summaryrefslogtreecommitdiff
path: root/packages/mplayer/mplayer-1.0pre7/zlib.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-06-30 08:19:37 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-06-30 08:19:37 +0000
commitc8e5702127e507e82e6f68a4b8c546803accea9d (patch)
tree00583491f40ecc640f2b28452af995e3a63a09d7 /packages/mplayer/mplayer-1.0pre7/zlib.patch
parent87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff)
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/mplayer/mplayer-1.0pre7/zlib.patch')
-rw-r--r--packages/mplayer/mplayer-1.0pre7/zlib.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/mplayer/mplayer-1.0pre7/zlib.patch b/packages/mplayer/mplayer-1.0pre7/zlib.patch
index e69de29bb2..6e0918d8ed 100644
--- a/packages/mplayer/mplayer-1.0pre7/zlib.patch
+++ b/packages/mplayer/mplayer-1.0pre7/zlib.patch
@@ -0,0 +1,17 @@
+--- ./configure.old 2004-09-24 01:03:55.000000000 +0930
++++ ./configure 2004-09-24 01:04:18.000000000 +0930
+@@ -4313,13 +4313,7 @@
+ echores "$_fribidi"
+
+
+-echocheck "zlib"
+-cat > $TMPC << EOF
+-#include <zlib.h>
+-int main(void) { (void) inflate(0, Z_NO_FLUSH); return 0; }
+-EOF
+-_zlib=no
+-cc_check -lz && _zlib=yes
++_zlib=yes
+ if test "$_zlib" = yes ; then
+ _def_zlib='#define HAVE_ZLIB 1'
+ _ld_zlib='-lz'