]> git.sesse.net Git - vlc/commitdiff
portaudio: drop patch applied upstream
authorRafaël Carré <funman@videolan.org>
Fri, 23 Sep 2011 05:44:58 +0000 (01:44 -0400)
committerRafaël Carré <funman@videolan.org>
Fri, 23 Sep 2011 05:44:58 +0000 (01:44 -0400)
extras/contrib/src/Patches/portaudio-static.patch [deleted file]
extras/contrib/src/contrib-src.mak

diff --git a/extras/contrib/src/Patches/portaudio-static.patch b/extras/contrib/src/Patches/portaudio-static.patch
deleted file mode 100644 (file)
index e262e8a..0000000
+++ /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=""
index 21829bbd5db04f173b66bfffff85b62509cc04de..ffa72ca630cfea4b5924e4f08be20ace485ec907 100644 (file)
@@ -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)