]> git.pld-linux.org Git - packages/mplayer.git/blob - mplayer-gsm.patch
- release 6 (libvpx 1.14)
[packages/mplayer.git] / mplayer-gsm.patch
1 --- MPlayer-1.1/configure.orig  2013-02-03 08:58:25.704649396 +0100
2 +++ MPlayer-1.1/configure       2013-02-03 09:17:44.221291917 +0100
3 @@ -6296,7 +6296,7 @@
4  echocheck "libgsm"
5  if test "$_libgsm" = auto ; then
6    _libgsm=no
7 -  statement_check gsm/gsm.h 'gsm_create()' -lgsm && _libgsm=yes
8 +  statement_check gsm.h 'gsm_create()' -lgsm && _libgsm=yes
9  fi
10  if test "$_libgsm" = yes ; then
11    def_libgsm='#define CONFIG_LIBGSM 1'
12
This page took 0.042819 seconds and 3 git commands to generate.