[MPlayer-users] make: *** [codecs.conf.h] Error

Carl Karsten carl at personnelware.com
Tue Jan 3 02:54:12 CET 2006


I run this script:

cd mplayer/main
cvs -z6 update -dPA
./configure \
         --enable-xvmc --with-xvmclib=I810XvMC \
         --disable-tv --disable-tv-v4l --disable-tv-v4l2 \
         --disable-macosx \
         --disable-inet6 \
         --disable-mga --disable-xmga --disable-mlib --disable-tdfxfb \
         && make

and it ends with:

cc -c -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -O4 -march=pentium3 
-mcpu=pentium3 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  -I. 
-I/usr/X11R6/include/freetype2 -I/usr/X11R6/include  -I/usr/include/SDL 
-D_REENTRANT -I/usr/X11R6/include   -I./libavcodec  -o asxparser.o asxparser.c
cc  -I. -g codec-cfg.c mp_msg.c -o codec-cfg -DCODECS2HTML -Wl,-z,noexecstack
./codec-cfg ./etc/codecs.conf > codecs.conf.h
make: *** [codecs.conf.h] Error 1

./etc/codecs.conf looks "ok" - lots of setting things in it.

I run
./codec-cfg ./etc/codecs.conf
and
./codec-cfg
and get no output.

I deleted ./codec-cfg to make sure it got built fresh - no luck.

^C




More information about the MPlayer-users mailing list