]> git.sesse.net Git - vlc/blob - extras/contrib/src/Patches/speex.patch
live: fix unsafe use of setlocale()
[vlc] / extras / contrib / src / Patches / speex.patch
1 diff -ruN speex-1.1.12/Makefile.am speex/Makefile.am
2 --- speex-1.1.12/Makefile.am    2005-11-23 12:42:56.000000000 +0100
3 +++ speex/Makefile.am   2006-07-26 15:38:04.000000000 +0200
4 @@ -13,9 +13,9 @@
5  EXTRA_DIST = Speex.spec Speex.spec.in Speex.kdevelop speex.m4 speex.pc.in README.blackfin README.symbian README.TI-DSP
6  
7  #Fools KDevelop into including all files
8 -SUBDIRS = libspeex include @src@ doc win32 symbian ti
9 +SUBDIRS = libspeex include doc win32 symbian ti
10  
11 -DIST_SUBDIRS = libspeex include src doc win32 symbian ti
12 +DIST_SUBDIRS = libspeex include doc win32 symbian ti
13  
14  rpm: dist
15         rpmbuild -ta ${PACKAGE}-${VERSION}.tar.gz
16 diff -ruN speex-1.1.12/Makefile.in speex/Makefile.in
17 --- speex-1.1.12/Makefile.in    2006-02-10 11:13:16.000000000 +0100
18 +++ speex/Makefile.in   2006-07-26 15:38:04.000000000 +0200
19 @@ -194,8 +194,8 @@
20  EXTRA_DIST = Speex.spec Speex.spec.in Speex.kdevelop speex.m4 speex.pc.in README.blackfin README.symbian README.TI-DSP
21  
22  #Fools KDevelop into including all files
23 -SUBDIRS = libspeex include @src@ doc win32 symbian ti
24 -DIST_SUBDIRS = libspeex include src doc win32 symbian ti
25 +SUBDIRS = libspeex include doc win32 symbian ti
26 +DIST_SUBDIRS = libspeex include doc win32 symbian ti
27  all: config.h
28         $(MAKE) $(AM_MAKEFLAGS) all-recursive
29