]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/mplayer/mplayer-1.0pre7/zlib.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / mplayer / mplayer-1.0pre7 / zlib.patch
1 --- ./configure.old     2004-09-24 01:03:55.000000000 +0930
2 +++ ./configure 2004-09-24 01:04:18.000000000 +0930
3 @@ -4313,13 +4313,7 @@
4  echores "$_fribidi"
5  
6  
7 -echocheck "zlib"
8 -cat > $TMPC << EOF
9 -#include <zlib.h>
10 -int main(void) { (void) inflate(0, Z_NO_FLUSH); return 0; }
11 -EOF
12 -_zlib=no
13 -cc_check -lz && _zlib=yes
14 +_zlib=yes
15  if test "$_zlib" = yes ; then
16    _def_zlib='#define HAVE_ZLIB 1'
17    _ld_zlib='-lz'