[vlc-commits] portaudio: drop patch applied upstream

Rafaël Carré git at videolan.org
Fri Sep 23 07:47:42 CEST 2011


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Fri Sep 23 01:44:58 2011 -0400| [be1a4a7852c15e4032ebe14028f15ce81bbf95a4] | committer: Rafaël Carré

portaudio: drop patch applied upstream

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=be1a4a7852c15e4032ebe14028f15ce81bbf95a4
---

 extras/contrib/src/Patches/portaudio-static.patch |   11 -----------
 extras/contrib/src/contrib-src.mak                |    4 ----
 2 files changed, 0 insertions(+), 15 deletions(-)

diff --git a/extras/contrib/src/Patches/portaudio-static.patch b/extras/contrib/src/Patches/portaudio-static.patch
deleted file mode 100644
index e262e8a..0000000
--- a/extras/contrib/src/Patches/portaudio-static.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- portaudio/configure.in.orig	2010-10-10 14:02:33.000000000 +0200
-+++ portaudio/configure.in	2010-10-10 14:03:04.000000000 +0200
-@@ -348,6 +348,8 @@
- esac
- CFLAGS="$CFLAGS $THREAD_CFLAGS"
- 
-+test "$enable_shared" != "yes" && SHARED_FLAGS=""
-+
- if test "$enable_cxx" = "yes"; then
-    AC_CONFIG_SUBDIRS([bindings/cpp])
-    ENABLE_CXX_TRUE=""
diff --git a/extras/contrib/src/contrib-src.mak b/extras/contrib/src/contrib-src.mak
index 21829bb..ffa72ca 100644
--- a/extras/contrib/src/contrib-src.mak
+++ b/extras/contrib/src/contrib-src.mak
@@ -1644,10 +1644,6 @@ portaudio: pa_stable_v$(PORTAUDIO_VERSION).tgz
 ifneq ($(HOST),$(BUILD))
 	(patch -p0 < Patches/portaudio-cross.patch;cd $@;  autoconf)
 endif
-ifdef HAVE_WIN64
-	patch -p0 < Patches/portaudio-static.patch
-	(cd $@ ; autoreconf -if)
-endif
 
 .portaudio: portaudio
 	(cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) && make && make  install)



More information about the vlc-commits mailing list