summaryrefslogtreecommitdiffstats
path: root/extra/mplayer/configure.patch
blob: d1793906044f7e9ac060fd9184dd34a51b701abb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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'