summaryrefslogtreecommitdiffstats
path: root/extra/mplayer/configure.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/mplayer/configure.patch')
-rw-r--r--extra/mplayer/configure.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/extra/mplayer/configure.patch b/extra/mplayer/configure.patch
deleted file mode 100644
index d17939060..000000000
--- a/extra/mplayer/configure.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- configure (版本 26219)
-+++ configure (工作副本)
-@@ -5420,7 +5423,7 @@
- elif test "$_dvdread" = yes; then
- _def_dvdread='#define USE_DVDREAD 1'
- _largefiles=yes
-- _ld_extra="$_ld_extra -ldvdread"
-+ _ld_extra="$_ld_extra -ldvdnav -ldvdread"
- _inputmodules="dvdread(external) $_inputmodules"
- _res_comment="external"
- else
-@@ -7620,7 +7624,7 @@
- _largefiles=yes
- _def_dvdnav='#define USE_DVDNAV 1'
- _inc_extra="$_inc_extra `$_dvdnavconfig --cflags`"
-- _ld_extra="$_ld_extra `$_dvdnavconfig --minilibs`"
-+ _ld_extra="$_ld_extra `$_dvdnavconfig --libs`"
- _inputmodules="dvdnav $_inputmodules"
- else
- _def_dvdnav='#undef USE_DVDNAV'