]> git.pld-linux.org Git - packages/mplayer.git/blob - mplayer-vstream.patch
- release 6 (libvpx 1.14)
[packages/mplayer.git] / mplayer-vstream.patch
1 --- MPlayer-1.5/configure.orig  2023-04-11 20:46:25.264712032 +0200
2 +++ MPlayer-1.5/configure       2023-04-11 20:47:41.344299874 +0200
3 @@ -8106,7 +8106,7 @@ fi
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 @@ -8699,7 +8699,7 @@ CFLAGS_SVGALIB_HELPER    = $cflags_svgal
13  
14  LDFLAGS            = $real_ldflags
15  
16 -EXTRALIBS          = $($filter_flags $ld_static $extra_ldflags $timer_libs $extra_libs)
17 +EXTRALIBS          = $($filter_flags $extra_ldflags $ndextra_ldflags $ld_static $timer_libs $extra_libs)
18  EXTRALIBS_MPLAYER  = $($filter_flags $libs_mplayer)
19  EXTRALIBS_MENCODER = $($filter_flags $libs_mencoder)
20  
This page took 0.248029 seconds and 3 git commands to generate.