mplayer doesn't compile with static libavcodec
hi. since sometime between saturday and sunday, mplayer doesn't compile anymore with static libavcodec. it always stops with the following message: --- gcc -c -Wall -O4 -march=pentiumpro -mcpu=pentiumpro -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I. -I.. -I../libmpdemux -I../loader -o vd_ffmpeg.o vd_ffmpeg.c vd_ffmpeg.c: In function decode': vd_ffmpeg.c:121: structure has no member named aspect_ratio_info' vd_ffmpeg.c:123: structure has no member named aspect_ratio_info' vd_ffmpeg.c:124: structure has no member named aspect_ratio_info' vd_ffmpeg.c:126: FF_ASPECT_4_3_625' undeclared (first use in this function) vd_ffmpeg.c:126: (Each undeclared identifier is reported only once vd_ffmpeg.c:126: for each function it appears in.) vd_ffmpeg.c:127: FF_ASPECT_4_3_525' undeclared (first use in this function) vd_ffmpeg.c:130: FF_ASPECT_16_9_625' undeclared (first use in this function) vd_ffmpeg.c:131: FF_ASPECT_16_9_525' undeclared (first use in this function) vd_ffmpeg.c:134: FF_ASPECT_SQUARE' undeclared (first use in this function) vd_ffmpeg.c:128: warning: unreachable code at beginning of switch statement make[1]: *** [vd_ffmpeg.o] Error 1 make[1]: Leaving directory /var/home/co/c/mplayer/libmpcodecs' make: *** [libmpcodecs/libmpcodecs.a] Error 2 --- after #undef'ing USE_LIBAVCODEC in config.h it compiles without problems. bye christian ohm -- When things go well, expect something to explode, erode, collapse or just disappear.
*This message was transferred with a trial version of CommuniGate(tm) Pro* i had the same problem here. please delete your libavcodecs und mplayer dir und get it again from cvs. then try again. mfg johannes ----- Original Message ----- From: "Christian Ohm" <chr.ohm@gmx.net> To: <mplayer-advusers@mplayerhq.hu> Sent: Tuesday, March 26, 2002 7:39 AM Subject: [Mplayer-advusers] mplayer doesn't compile with static libavcodec
*This message was transferred with a trial version of CommuniGate(tm) Pro*
hi.
since sometime between saturday and sunday, mplayer doesn't compile anymore with static libavcodec. it always stops with the following message: --- gcc -c -Wall -O4 -march=pentiumpro -mcpu=pentiumpro -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS= 64 -D_LARGEFILE64_SOURCE -I. -I.. -I../libmpdemux -I../loader -o vd_ffmpeg.o vd_ffmpeg.c vd_ffmpeg.c: In function decode': vd_ffmpeg.c:121: structure has no member named aspect_ratio_info' vd_ffmpeg.c:123: structure has no member named aspect_ratio_info' vd_ffmpeg.c:124: structure has no member named aspect_ratio_info' vd_ffmpeg.c:126: FF_ASPECT_4_3_625' undeclared (first use in this function) vd_ffmpeg.c:126: (Each undeclared identifier is reported only once vd_ffmpeg.c:126: for each function it appears in.) vd_ffmpeg.c:127: FF_ASPECT_4_3_525' undeclared (first use in this function) vd_ffmpeg.c:130: FF_ASPECT_16_9_625' undeclared (first use in this function) vd_ffmpeg.c:131: FF_ASPECT_16_9_525' undeclared (first use in this function) vd_ffmpeg.c:134: FF_ASPECT_SQUARE' undeclared (first use in this function) vd_ffmpeg.c:128: warning: unreachable code at beginning of switch statement make[1]: *** [vd_ffmpeg.o] Error 1 make[1]: Leaving directory /var/home/co/c/mplayer/libmpcodecs' make: *** [libmpcodecs/libmpcodecs.a] Error 2 ---
after #undef'ing USE_LIBAVCODEC in config.h it compiles without problems.
bye christian ohm
-- When things go well, expect something to explode, erode, collapse or just disappear. _______________________________________________ Mplayer-advusers mailing list Mplayer-advusers@mplayerhq.hu http://mplayerhq.hu/mailman/listinfo/mplayer-advusers
Hi, upgrade your libavcodec
hi.
since sometime between saturday and sunday, mplayer doesn't compile anymore with static libavcodec. it always stops with the following message: --- gcc -c -Wall -O4 -march=pentiumpro -mcpu=pentiumpro -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I. -I.. -I../libmpdemux -I../loader -o vd_ffmpeg.o vd_ffmpeg.c vd_ffmpeg.c: In function decode': vd_ffmpeg.c:121: structure has no member named aspect_ratio_info' vd_ffmpeg.c:123: structure has no member named aspect_ratio_info' vd_ffmpeg.c:124: structure has no member named aspect_ratio_info' vd_ffmpeg.c:126: FF_ASPECT_4_3_625' undeclared (first use in this function) vd_ffmpeg.c:126: (Each undeclared identifier is reported only once vd_ffmpeg.c:126: for each function it appears in.) vd_ffmpeg.c:127: FF_ASPECT_4_3_525' undeclared (first use in this function) vd_ffmpeg.c:130: FF_ASPECT_16_9_625' undeclared (first use in this function) vd_ffmpeg.c:131: FF_ASPECT_16_9_525' undeclared (first use in this function) vd_ffmpeg.c:134: FF_ASPECT_SQUARE' undeclared (first use in this function) vd_ffmpeg.c:128: warning: unreachable code at beginning of switch statement make[1]: *** [vd_ffmpeg.o] Error 1 make[1]: Leaving directory /var/home/co/c/mplayer/libmpcodecs' make: *** [libmpcodecs/libmpcodecs.a] Error 2 ---
after #undef'ing USE_LIBAVCODEC in config.h it compiles without problems.
bye christian ohm
-- When things go well, expect something to explode, erode, collapse or just disappear. _______________________________________________ Mplayer-advusers mailing list Mplayer-advusers@mplayerhq.hu http://mplayerhq.hu/mailman/listinfo/mplayer-advusers
A'rpi / Astral & ESP-team -- Developer of MPlayer, the Movie Player for Linux - http://www.MPlayerHQ.hu
participants (3)
-
Arpi -
Christian Ohm -
Johannes Feigl