[MPlayer-users] Subversion revision 32895 has errors on Fedora 14 x86_64

stan RegBur_Flydan8 at q.com
Sat Feb 12 22:55:55 CET 2011


I recently started having compile errors on the updates from subversion.

Whether I run ./configure or ./configure --enable-gui, I get the
following messages immediately after I start it.

sed: can't read ffmpeg/libavcodec/allcodecs.c: No such file or directory                                 
sed: can't read ffmpeg/libavcodec/allcodecs.c: No such file or directory                                 
sed: can't read ffmpeg/libavcodec/allcodecs.c: No such file or directory                                 
sed: can't read ffmpeg/libavcodec/allcodecs.c: No such file or directory                                 
sed: can't read ffmpeg/libavcodec/allcodecs.c: No such file or directory                                 
sed: can't read ffmpeg/libavformat/allformats.c: No such file or directory                               
sed: can't read ffmpeg/libavformat/allformats.c: No such file or directory                               
sed: can't read ffmpeg/libavformat/allformats.c: No such file or directory 

These files exist but as .d files instead of .c files.

If I'm using ./configure --enable-gui I get this error nearly at
the end of configuration which stops configuration:
Checking for GUI ... yes                                                                                 
                                                                                                         
Error: The GUI requires libavcodec with PNG support (needs zlib).                                        
                                                                                                         
Check "config.log" if you do not understand why it failed.

If I'm using ./configure, configuration finishes, but I get this error
immediately when I run make:
cc -MD -MP -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith
-Wredundant-decls -Wstrict-prototypes -Wmissing-prototypes
-Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement
-std=gnu99  -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -Ilibdvdread4 -I. -Iffmpeg  -D_REENTRANT -I/usr/include/directfb -I/usr/include/   -pthread -I/usr/include/kde/artsc -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -D_REENTRANT   -I/usr/include/cdda -I/usr/include/freetype2    -pthread -DHAVE_STRUCT_SOCKADDR_STORAGE -I/usr/include/nemesi   -DFF_API_MAX_STREAMS=0 -I/usr/include/dirac   -I/usr/include/schroedinger-1.0 -I/usr/include/orc-0.4   -c -o command.o command.c                                                               
In file included from
libmpdemux/stheader.h:23:0,                                                        
                 from
command.c:29:                                                                      
libmpdemux/aviheader.h:25:30: fatal error: libavutil/common.h: No such
file or directory
compilation terminated.
make: *** [command.o] Error 1

The latest release, 1.0rc4, compiles just fine whether I
use ./configure or ./configure --enable-gui.

Is this a known issue?  Is there a work around?  The strange thing is
this worked just fine within the last month since I am running a
version compiled from svn from approximately then.

I see messages about ffmpeg on the developers list, but they don't seem
to have anything to do with this.

Thanks for any insight.


More information about the MPlayer-users mailing list