#39 closed defect (invalid)
crash on make with Xvid
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | vd |
Version: | 1.0pre5 | Severity: | normal |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
crash on make:
step 1
untar xvidcore-1.0.1.tar.bz2 from http://www.xvid.org/ and compile:
./configure --prefix=/usr
gmake
gmake install
step 2
untar mplayer source from http://www1.mplayerhq.hu/MPlayer/releases/MPlayer-1.0pre5.tar.bz2
and compile:
./configure --prefix=/opt/mplayer --enable-dynamic-plugins --enable-shared-pp --language=ru
--enable-runtime-cpudetection --enable-menu --enable-gui --enable-largefiles --enable-gif
--enable-png --enable-jpeg
[...]
Checking for XviD ... yes
[...]
gmake
[...]
cc -c -I../libvo -I../../libvo -I/usr/X11R6/include -O4 -march=i486 -mcpu=i686 -pipe -ffast-math
-fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I. -Inative
-I.. -I../libmpdemux -I../loader -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include
-I/usr/X11R6/include -D_GNU_SOURCE -o vd_xvid.o vd_xvid.c
vd_xvid.c: In function `init':
vd_xvid.c:72: error: `XVID_INIT_PARAM' undeclared (first use in this function)
vd_xvid.c:72: error: (Each undeclared identifier is reported only once
vd_xvid.c:72: error: for each function it appears in.)
vd_xvid.c:72: error: syntax error before "ini"
vd_xvid.c:73: error: `XVID_DEC_PARAM' undeclared (first use in this function)
vd_xvid.c:93: error: `ini' undeclared (first use in this function)
vd_xvid.c:94: error: `dec_p' undeclared (first use in this function)
vd_xvid.c:124: error: `XVID_CSP_RGB24' undeclared (first use in this function)
vd_xvid.c:127: error: `XVID_CSP_RGB32' undeclared (first use in this function)
vd_xvid.c:140: error: `API_VERSION' undeclared (first use in this function)
vd_xvid.c: In function `decode':
vd_xvid.c:190: error: `XVID_DEC_FRAME' undeclared (first use in this function)
vd_xvid.c:190: error: syntax error before "dec"
vd_xvid.c:204: error: `dec' undeclared (first use in this function)
gmake[1]: * [vd_xvid.o] Error 1
gmake[1]: Leaving directory `/home/max/soft/MPlayer-1.0pre5/libmpcodecs'
gmake: * [libmpcodecs/libmpcodecs.a] Error 2
Change History (3)
comment:1 by , 20 years ago
comment:2 by , 20 years ago
Owner: | changed from | to
---|
Mass reassign all vd bugs to Roberto, the new component owner.
comment:3 by , 20 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Two months without an answer, noone else reported it. Closed as invalid
Would you attach configure.log, config.mak & config.h .
vd_xvid.c should not be compiled with any XviD 1.x version (API4),
as it is for XviD 0.9.x and previous .
Also make sure that you have really run the configure line you pasted
here, as an --enable-xvid will _force_ xvid build, without proper
detection.