]> git.pld-linux.org Git - packages/mplayer.git/blame - mplayer-vstream.patch
- up to 20171222
[packages/mplayer.git] / mplayer-vstream.patch
CommitLineData
990687b2
JB
1--- MPlayer-1.1/configure.orig 2013-02-24 19:30:58.149114471 +0100
2+++ MPlayer-1.1/configure 2013-02-24 19:44:59.449079165 +0100
3@@ -7435,7 +7435,7 @@
4 if test "$_vstream" = yes ; then
5 def_vstream='#define CONFIG_VSTREAM 1'
6 inputmodules="vstream $inputmodules"
7- extra_ldflags="$extra_ldflags -lvstream-client"
8+ ndextra_ldflags="$ndextra_ldflags -lvstream-client"
9 else
10 noinputmodules="vstream $noinputmodules"
11 def_vstream='#undef CONFIG_VSTREAM'
f6862649 12@@ -8344,6 +8344,7 @@ CFLAGS_SVGALIB_HELPER = $cflags_svgal
990687b2
JB
13 LDFLAGS = $real_ldflags
14
f6862649 15 EXTRALIBS = $ld_static $extra_ldflags $timer_libs $extra_libs
0cd1ec52 16+EXTRALIBS = $extra_ldflags $ndextra_ldflags $ld_static $timer_libs $extra_libs
990687b2
JB
17 EXTRALIBS_MPLAYER = $libs_mplayer
18 EXTRALIBS_MENCODER = $libs_mencoder
19
This page took 0.092441 seconds and 4 git commands to generate.