summaryrefslogtreecommitdiffstats
path: root/extra/mplayer/configure.patch
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-11 21:30:24 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-11 21:30:24 +0200
commitee64be9f9bd9fd9a7ddbf9d75bb7642cd1b1ccca (patch)
treed0b757f572a0e5654030cbd4645c64826285ad30 /extra/mplayer/configure.patch
parenta36d711d21e366e481d51e867a75b69b6820652a (diff)
downloadnutyx-extra-ee64be9f9bd9fd9a7ddbf9d75bb7642cd1b1ccca.tar.gz
nutyx-extra-ee64be9f9bd9fd9a7ddbf9d75bb7642cd1b1ccca.tar.bz2
nutyx-extra-ee64be9f9bd9fd9a7ddbf9d75bb7642cd1b1ccca.tar.xz
nutyx-extra-ee64be9f9bd9fd9a7ddbf9d75bb7642cd1b1ccca.zip
Ajout de mplayer#20090801-1
Diffstat (limited to 'extra/mplayer/configure.patch')
-rw-r--r--extra/mplayer/configure.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/extra/mplayer/configure.patch b/extra/mplayer/configure.patch
new file mode 100644
index 000000000..d17939060
--- /dev/null
+++ b/extra/mplayer/configure.patch
@@ -0,0 +1,20 @@
+--- 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'