[Ffmpeg-devel] regarding old post: int_fast16 isn't universal it seems

Shane Brennan colkassad
Mon Feb 5 09:21:52 CET 2007


Hello, I have been struggling to compile the latest svn of ffmpeg on FreeBSD
4.1 using gcc 2.95.3. After getting no response on the user list, devel list
and irc, I did some further research and dug up this thread from
ffmpeg-devel which seems to be similar to my problem:

http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2003-November/030512.html

Unfortunately, the thread doesn't help me resolve the issue, but maybe it
can aid someone in pointing me in the right direction. I have no idea if
this is a bug or a problem on my end.

Here is my compiler output:

(gcc-2.95.3)
admin at ds394# gmake
...
...
-Wno-switch -Wpointer-arith -Wredundant-decls -O3  -c -o jfdctfst.o
jfdctfst.c
jfdctfst.c: In function `row_fdct':
jfdctfst.c:149: syntax error before `tmp0'
jfdctfst.c:160: `tmp0' undeclared (first use in this function)
jfdctfst.c:160: (Each undeclared identifier is reported only once
jfdctfst.c:160: for each function it appears in.)
jfdctfst.c:161: `tmp7' undeclared (first use in this function)
jfdctfst.c:162: `tmp1' undeclared (first use in this function)
jfdctfst.c:163: `tmp6' undeclared (first use in this function)
jfdctfst.c:164: `tmp2' undeclared (first use in this function)
jfdctfst.c:165: `tmp5' undeclared (first use in this function)
jfdctfst.c:166: `tmp3' undeclared (first use in this function)
jfdctfst.c:167: `tmp4' undeclared (first use in this function)
jfdctfst.c:171: `tmp10' undeclared (first use in this function)
jfdctfst.c:172: `tmp13' undeclared (first use in this function)
jfdctfst.c:173: `tmp11' undeclared (first use in this function)
jfdctfst.c:174: `tmp12' undeclared (first use in this function)
jfdctfst.c:179: `z1' undeclared (first use in this function)
jfdctfst.c:190: `z5' undeclared (first use in this function)
jfdctfst.c:191: `z2' undeclared (first use in this function)
jfdctfst.c:192: `z4' undeclared (first use in this function)
jfdctfst.c:193: `z3' undeclared (first use in this function)
jfdctfst.c:195: `z11' undeclared (first use in this function)
jfdctfst.c:196: `z13' undeclared (first use in this function)
jfdctfst.c: In function `fdct_ifast':
jfdctfst.c:214: syntax error before `tmp0'
jfdctfst.c:227: `tmp0' undeclared (first use in this function)
jfdctfst.c:228: `tmp7' undeclared (first use in this function)
jfdctfst.c:229: `tmp1' undeclared (first use in this function)
jfdctfst.c:230: `tmp6' undeclared (first use in this function)
jfdctfst.c:231: `tmp2' undeclared (first use in this function)
jfdctfst.c:232: `tmp5' undeclared (first use in this function)
jfdctfst.c:233: `tmp3' undeclared (first use in this function)
jfdctfst.c:234: `tmp4' undeclared (first use in this function)
jfdctfst.c:238: `tmp10' undeclared (first use in this function)
jfdctfst.c:239: `tmp13' undeclared (first use in this function)
jfdctfst.c:240: `tmp11' undeclared (first use in this function)
jfdctfst.c:241: `tmp12' undeclared (first use in this function)
jfdctfst.c:246: `z1' undeclared (first use in this function)
jfdctfst.c:257: `z5' undeclared (first use in this function)
jfdctfst.c:258: `z2' undeclared (first use in this function)
jfdctfst.c:259: `z4' undeclared (first use in this function)
jfdctfst.c:260: `z3' undeclared (first use in this function)
jfdctfst.c:262: `z11' undeclared (first use in this function)
jfdctfst.c:263: `z13' undeclared (first use in this function)
jfdctfst.c: In function `fdct_ifast248':
jfdctfst.c:281: syntax error before `tmp0'
jfdctfst.c:294: `tmp0' undeclared (first use in this function)
jfdctfst.c:295: `tmp1' undeclared (first use in this function)
jfdctfst.c:296: `tmp2' undeclared (first use in this function)
jfdctfst.c:297: `tmp3' undeclared (first use in this function)
jfdctfst.c:298: `tmp4' undeclared (first use in this function)
jfdctfst.c:299: `tmp5' undeclared (first use in this function)
jfdctfst.c:300: `tmp6' undeclared (first use in this function)
jfdctfst.c:301: `tmp7' undeclared (first use in this function)
jfdctfst.c:305: `tmp10' undeclared (first use in this function)
jfdctfst.c:306: `tmp11' undeclared (first use in this function)
jfdctfst.c:307: `tmp12' undeclared (first use in this function)
jfdctfst.c:308: `tmp13' undeclared (first use in this function)
jfdctfst.c:313: `z1' undeclared (first use in this function)
gmake[1]: *** [jfdctfst.o] Error 1
gmake[1]: Leaving directory `/admin/src/ffmpeg/libavcodec'
gmake: *** [lib] Error 2
admin#

Full output is located here: http://redshifted.net/compile_error.txt

Thank you,
Shane




More information about the ffmpeg-devel mailing list