[MPlayer-dev-eng] [PATCH] XviD profile support
eviv bulgroz
ebulgroz at yahoo.com
Sat Sep 17 23:25:41 CEST 2005
Guillaume POIRIER wrote:
>Applied.
>
>
>
Unfortunately this patch requires a pretty recent xvid release and this
isn't detected by configure and/or proper #ifdefing.
This what you get when you try to compile it with latest stable
xvidcore-1.0.3:
cc -c -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -O4
-march=athlon-4 -mtune=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -Inative
-I.. -I../libmpdemux -I../loader -D_GNU_SOURCE -o ve_xvid4.o ve_xvid4.c
ve_xvid4.c: In function 'profileFromName':
ve_xvid4.c:223: warning: initialization discards qualifiers from pointer
target type
ve_xvid4.c: In function 'dispatch_settings':
ve_xvid4.c:806: error: 'XVID_GLOBAL_DIVX5_USERDATA' undeclared (first
use in this function)
ve_xvid4.c:806: error: (Each undeclared identifier is reported only once
ve_xvid4.c:806: error: for each function it appears in.)
ve_xvid4.c:844: error: 'struct <anonymous>' has no member named 'vbv_size'
ve_xvid4.c:845: error: 'struct <anonymous>' has no member named
'vbv_initial'
ve_xvid4.c:846: error: 'struct <anonymous>' has no member named
'vbv_maxrate'
ve_xvid4.c:847: error: 'struct <anonymous>' has no member named
'vbv_peakrate'
ve_xvid4.c:881: warning: pointer targets in passing argument 1 of
'read_matrix' differ in signedness
ve_xvid4.c:889: warning: pointer targets in passing argument 1 of
'read_matrix' differ in signedness
ve_xvid4.c: In function 'read_matrix':
ve_xvid4.c:1480: warning: pointer targets in passing argument 1 of
'fopen' differ in signedness
make: *** [ve_xvid4.o] Error 1
More information about the MPlayer-dev-eng
mailing list