]> git.pld-linux.org Git - packages/mplayer.git/blob - mplayer-vstream.patch
- enhanced visibility-hidden-fix patch to cover vstream code
[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 @@ -8048,7 +8048,7 @@
13  
14  LDFLAGS            = $real_ldflags
15  
16 -EXTRALIBS          = $extra_ldflags $ld_static $extra_libs
17 +EXTRALIBS          = $extra_ldflags $ndextra_ldflags $ld_static $extra_libs
18  EXTRALIBS_MPLAYER  = $libs_mplayer
19  EXTRALIBS_MENCODER = $libs_mencoder
20  
This page took 0.092115 seconds and 4 git commands to generate.