[MPlayer-users] Error compiling svn 20605

Jeremy Hansen jebrhansen at gmail.com
Thu Nov 2 12:32:34 CET 2006


I just tried compiling the latest svn (20605) to try and fix an issue
with an flv file (plays fine with latest ffmpeg).

When I ran make it spit out this error.

cabac.h:522: error: can't find a register in class `GENERAL_REGS'
while reloading `asm'

Here is the whole output.

jbhansen at therapist:~/program-downloads/mplayer$ make
make -C loader
make[1]: Entering directory `/home/jbhansen/program-downloads/mplayer/loader'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/jbhansen/program-downloads/mplayer/loader'
make -C loader/dshow
make[1]: Entering directory
`/home/jbhansen/program-downloads/mplayer/loader/dshow'
make[1]: `libDS_Filter.a' is up to date.
make[1]: Leaving directory
`/home/jbhansen/program-downloads/mplayer/loader/dshow'
make -C loader/dmo
make[1]: Entering directory
`/home/jbhansen/program-downloads/mplayer/loader/dmo'
make[1]: `libDMO_Filter.a' is up to date.
make[1]: Leaving directory `/home/jbhansen/program-downloads/mplayer/loader/dmo'
make -C libavformat LIBPREF=lib LIBSUF=.a
make[1]: Entering directory
`/home/jbhansen/program-downloads/mplayer/libavformat'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory
`/home/jbhansen/program-downloads/mplayer/libavformat'
make -C libavcodec LIBPREF=lib LIBSUF=.a
make[1]: Entering directory
`/home/jbhansen/program-downloads/mplayer/libavcodec'
cc -I../libswscale   -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE -I.. -I.. -I../libavutil
-Wdeclaration-after-statement -W -Wall -Wno-unused-parameter -O2
-march=pentium-m -mtune=pentium-m -g3  -D_REENTRANT
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
-I/usr/X11/include -I/usr/include/  -I/usr/include/SDL -D_GNU_SOURCE=1
-D_REENTRANT -I/opt/kde/include/artsc -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include  -I/usr/local/include
-I/usr/local/include/dvdnav  -I/usr/include/freetype2
-I/usr/X11R6/include   -I/usr/include
-I/usr/lib/live/liveMedia/include
-I/usr/lib/live/UsageEnvironment/include
-I/usr/lib/live/BasicUsageEnvironment/include
-I/usr/lib/live/groupsock/include -I/usr/include/gtk-2.0
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo
-I/usr/include/pango-1.0 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/freetype2
-I/usr/X11R6/include -I/usr/include/libpng12    -c -o h264.o h264.c
In file included from h264.c:36:
cabac.h:366: warning: `inline' is not at beginning of declaration
h264.c: In function `hl_decode_mb':
h264.c:3661: warning: suggest parentheses around arithmetic in operand of ^
h264.c:3667: warning: suggest parentheses around arithmetic in operand of ^
h264.c: In function `print_short_term':
h264.c:4326: warning: comparison between signed and unsigned
h264.c: At top level:
h264.c:6009: warning: `inline' is not at beginning of declaration
h264.c: In function `decode_cabac_residual':
h264.c:6143: warning: passing arg 4 of `decode_significance_8x8_x86'
discards qualifiers from pointer target type
h264.c:6070: warning: unused variable `last'
h264.c: At top level:
h264.c:6218: warning: `inline' is not at beginning of declaration
h264.c: In function `filter_mb':
h264.c:7181: warning: comparison between signed and unsigned
h264.c: In function `decode_unregistered_user_data':
h264.c:7593: warning: comparison between signed and unsigned
h264.c: At top level:
h264.c:8652: warning: missing initializer
h264.c:8652: warning: (near initialization for `h264_parser.next')
In file included from h264.c:8655:
svq3.c: In function `svq3_decode_block':
svq3.c:224: warning: comparison between signed and unsigned
svq3.c: In function `svq3_mc_dir':
svq3.c:374: warning: comparison between signed and unsigned
svq3.c:374: warning: comparison between signed and unsigned
svq3.c: In function `svq3_decode_mb':
svq3.c:450: warning: comparison between signed and unsigned
svq3.c: In function `svq3_decode_slice_header':
svq3.c:741: warning: comparison between signed and unsigned
svq3.c: At top level:
svq3.c:1014: warning: missing initializer
svq3.c:1014: warning: (near initialization for `svq3_decoder.next')
cabac.h: In function `get_cabac_noinline':
cabac.h:522: error: can't find a register in class `GENERAL_REGS'
while reloading `asm'
h264.c: At top level:
cabac.h:109: warning: 'put_cabac_static' defined but not used
cabac.h:155: warning: 'put_cabac_terminate' defined but not used
cabac.h:183: warning: 'put_cabac_u' defined but not used
cabac.h:218: warning: 'put_cabac_ueg' defined but not used
cabac.h:270: warning: 'refill2' defined but not used
cabac.h:808: warning: 'get_cabac_u' defined but not used
cabac.h:824: warning: 'get_cabac_ueg' defined but not used
make[1]: *** [h264.o] Error 1
make[1]: Leaving directory `/home/jbhansen/program-downloads/mplayer/libavcodec'
make: *** [libavcodec/libavcodec.a] Error 2


Any help would be appreciated.
Jeremy



More information about the MPlayer-users mailing list