[MPlayer-users] mp3 codec

Reimar Döffinger Reimar.Doeffinger at gmx.de
Fri Mar 26 20:28:37 CET 2010


On Fri, Mar 26, 2010 at 07:45:42AM -0400, asyropoulos at aol.com wrote:
> >If it does not succeed, run make again and post the complete output on this 
> >list.
> 
> 
> I did what you said and the the following shows only the second problem
> 
> 
> $ make
> gcc-4.3.2 -m64 -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -O3 -pipe -I/opt/gnu/include -I/usr/sfw/include -I/usr/X11/include -I/usr/X11/include/NVIDIA -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -Ilibdvdread4 -I.   -I/usr/X11/include    -I/usr/include/freetype2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -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/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12  -I/opt/gnu/lib/amd64/live/liveMedia/include -I/opt/gnu/lib/amd64/live/BasicUsageEnvironment/include -I/opt/gnu/lib/amd64/live/groupsock/include -I/opt/gnu/lib/amd64/live/UsageEnvironment/include -c -o libmpdemux/mp_taglists.o libmpdemux/mp_taglists.c
> libmpdemux/mp_taglists.c:34: error: 'CODEC_ID_BINKAUDIO_DCT' undeclared here (not in a function)
> libmpdemux/mp_taglists.c:35: error: 'CODEC_ID_BINKAUDIO_RDFT' undeclared here (not in a function)
> make: *** [libmpdemux/mp_taglists.o] Error 1

I guess there's an avcodec.h lying around in a place that MPlayer can't handle.
Maybe
./configure --extra-cflags=-I.
helps...


More information about the MPlayer-users mailing list