[Ffmpeg-devel] [BUG] compilation failure in h264.c with gcc 2.95

Diego Biurrun diego
Sat Jun 4 17:24:13 CEST 2005


Heya, subject says it all I guess.  I'm on Debian Sarge with gcc 2.95.4.
Here's the make output minus some warnings:

make[1]: Entering directory `/usr/src/mplayer/ffmpeg/libavcodec'
gcc -O3 -g -Wall -Wno-switch  -DHAVE_AV_CONFIG_H -I..
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE  -c -o h264.o
h264.c 
h264.c: In function `pred8x8l_left_dc_c':
h264.c:2353: parse error before `const'
h264.c:2354: `y' undeclared (first use in this function)
h264.c:2354: (Each undeclared identifier is reported only once
h264.c:2354: for each function it appears in.)
h264.c:2354: `dc' undeclared (first use in this function)
h264.c: In function `pred8x8l_top_dc_c':
h264.c:2359: parse error before `const'
h264.c:2360: `y' undeclared (first use in this function)
h264.c:2360: `dc' undeclared (first use in this function)
h264.c: In function `pred8x8l_dc_c':
h264.c:2365: parse error before `const'
h264.c:2368: `y' undeclared (first use in this function)
h264.c:2368: `dc' undeclared (first use in this function)
h264.c: In function `pred8x8l_down_left_c':
h264.c:2396: parse error before `int'
h264.c:2396: `t8' undeclared (first use in this function)
h264.c:2396: `t9' undeclared (first use in this function)
h264.c:2396: `t10' undeclared (first use in this function)
h264.c:2396: `t11' undeclared (first use in this function)
h264.c:2396: `t12' undeclared (first use in this function)
h264.c:2396: `t13' undeclared (first use in this function)
h264.c:2396: `t14' undeclared (first use in this function)
h264.c:2396: `t15' undeclared (first use in this function)
h264.c: In function `pred8x8l_down_right_c':
h264.c:2416: parse error before `const'
h264.c:2418: `l7' undeclared (first use in this function)
h264.c:2418: `l6' undeclared (first use in this function)
h264.c:2418: `l5' undeclared (first use in this function)
h264.c:2419: `l4' undeclared (first use in this function)
h264.c:2420: `l3' undeclared (first use in this function)
h264.c:2421: `l2' undeclared (first use in this function)
h264.c:2422: `l1' undeclared (first use in this function)
h264.c:2423: `l0' undeclared (first use in this function)
h264.c:2424: `lt' undeclared (first use in this function)
h264.c: In function `pred8x8l_vertical_right_c':
h264.c:2438: parse error before `const'
h264.c:2440: `l5' undeclared (first use in this function)
h264.c:2440: `l4' undeclared (first use in this function)
h264.c:2440: `l3' undeclared (first use in this function)
h264.c:2441: `l6' undeclared (first use in this function)
h264.c:2442: `l2' undeclared (first use in this function)
h264.c:2442: `l1' undeclared (first use in this function)
h264.c:2444: `l0' undeclared (first use in this function)
h264.c:2444: `lt' undeclared (first use in this function)
h264.c: In function `pred8x8l_horizontal_down_c':
h264.c:2466: parse error before `const'
h264.c:2468: `l6' undeclared (first use in this function)
h264.c:2468: `l7' undeclared (first use in this function)
h264.c:2469: `l5' undeclared (first use in this function)
h264.c:2471: `l4' undeclared (first use in this function)
h264.c:2473: `l3' undeclared (first use in this function)
h264.c:2475: `l2' undeclared (first use in this function)
h264.c:2477: `l1' undeclared (first use in this function)
h264.c:2479: `l0' undeclared (first use in this function)
h264.c:2481: `lt' undeclared (first use in this function)
h264.c:2465: warning: unused variable `t7'
h264.c: In function `pred8x8l_vertical_left_c':
h264.c:2494: parse error before `int'
h264.c:2494: `t8' undeclared (first use in this function)
h264.c:2494: `t9' undeclared (first use in this function)
h264.c:2494: `t10' undeclared (first use in this function)
h264.c:2494: `t11' undeclared (first use in this function)
h264.c:2494: `t12' undeclared (first use in this function)
h264.c:2494: `t13' undeclared (first use in this function)
h264.c:2494: `t14' undeclared (first use in this function)
h264.c:2494: `t15' undeclared (first use in this function)
h264.c: In function `decode_mb_cavlc':
h264.c:4979: parse error before `*'
h264.c:4980: `nnz' undeclared (first use in this function)
h264.c: In function `filter_mb_edgecv':
h264.c:6138: warning: unused variable `d'
h264.c: In function `filter_mb_edgech':
h264.c:6368: warning: unused variable `d'





More information about the ffmpeg-devel mailing list