]> git.pld-linux.org Git - packages/mplayer.git/blob - mplayer-vstream.patch
- up to 20171222
[packages/mplayer.git] / mplayer-vstream.patch
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'
12 @@ -8344,6 +8344,7 @@ CFLAGS_SVGALIB_HELPER    = $cflags_svgal
13  LDFLAGS            = $real_ldflags
14  
15  EXTRALIBS          = $ld_static $extra_ldflags $timer_libs $extra_libs
16 +EXTRALIBS          = $extra_ldflags $ndextra_ldflags $ld_static $timer_libs $extra_libs
17  EXTRALIBS_MPLAYER  = $libs_mplayer
18  EXTRALIBS_MENCODER = $libs_mencoder
19  
This page took 0.109722 seconds and 3 git commands to generate.