#571 closed defect (invalid)
compile error when x264 installed
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | build system |
Version: | 1.0pre8 | Severity: | normal |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
System: Linux Debian testing 'apt-get upgraded' until 13-09-2006
Installed x264 from source following the MPLAYER Documentation and
then tried to compile Mplayer1.0-pre8 from source using
'fakeroot debian/rules binary'
I got the following compile error:
cc -c -I../libvo -I../../libvo -fno-PIC -O4 -march=pentium-m -mtune=pentium-m
-pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I. -I.. -Inative -I../libmpdemux -I../loader
-I../libavutil -I../libavcodec -D_GNU_SOURCE -o ve_x264.o ve_x264.c
ve_x264.c: In function 'parse_cqm':
ve_x264.c:215: warning: passing argument 2 of 'strtol' from incompatible pointer
type
ve_x264.c: In function 'config':
ve_x264.c:278: error: 'struct <anonymous>' has no member named 'b_cbr'
make[2]: * [ve_x264.o] Error 1
make[2]: Leaving directory `/home/paag/Personal/Devel/MPlayer-1.0pre8/libmpcodecs'
make[1]: * [libmpcodecs/libmpcodecs.a] Error 2
make[1]: se sale del directorio `/home/paag/Personal/Devel/MPlayer-1.0pre8'
make: * [build-stamp] Error 2
Change History (3)
comment:1 by , 18 years ago
Status: | new → assigned |
---|
comment:3 by , 18 years ago
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
There has been an API change in x264. If you want x264 HEAD, you need MPlayer
HEAD as well.
It seems you need a newer version of x264...