summaryrefslogtreecommitdiff
path: root/mplayer/mplayer-1.0pre3try2/zlib.patch
diff options
context:
space:
mode:
Diffstat (limited to 'mplayer/mplayer-1.0pre3try2/zlib.patch')
-rw-r--r--mplayer/mplayer-1.0pre3try2/zlib.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/mplayer/mplayer-1.0pre3try2/zlib.patch b/mplayer/mplayer-1.0pre3try2/zlib.patch
deleted file mode 100644
index 6e0918d8ed..0000000000
--- a/mplayer/mplayer-1.0pre3try2/zlib.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- ./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'