[MPlayer-users] r 22619 breaks zlib.h

Robert Henney robh at rut.org
Thu Mar 15 22:58:23 CET 2007


as of svn 22619, libavcodec make fails to find the header file zlib.h
which is at /usr/include/linux/zlib.h on my system.

cc -I../libswscale   -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64
-D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE -I.. -I.. -I../libavutil
-Wdeclaration-after-statement -O4 -march=pentium2 -mtune=pentium2 -pipe
-ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/include   -c -o
dxa.o dxa.c
In file included from dxa.c:32:
avcodec.h:2442: warning: 'ImgReSampleContext' is deprecated
avcodec.h:2445: warning: 'ImgReSampleContext' is deprecated
dxa.c:34:18: error: zlib.h: No such file or directory
dxa.c: In function 'decode_frame':
dxa.c:235: error: 'Z_OK' undeclared (first use in this function)
dxa.c:235: error: (Each undeclared identifier is reported only once
dxa.c:235: error: for each function it appears in.)
make: *** [dxa.o] Error 1



More information about the MPlayer-users mailing list