]> git.sesse.net Git - vlc/blobdiff - extras/contrib/src/Patches/portaudio-cross.patch
Contribs: port libupnp to mingw and make it compile
[vlc] / extras / contrib / src / Patches / portaudio-cross.patch
index bbe823047ed5d06ea3ee222909e3914276b81a55..998b35ccda549db660ae97e5f542221b6d7907b2 100644 (file)
@@ -1,16 +1,12 @@
---- portaudio/configure.in     2005-12-01 15:07:26.000000000 +0000
-+++ portaudio-new/configure.in 2005-12-09 18:48:43.000000000 +0000
-@@ -75,9 +75,10 @@
+diff -ruN portaudio/Makefile.in portaudio.n/Makefile.in
+--- portaudio/Makefile.in      2007-10-24 17:29:04.000000000 +0200
++++ portaudio.n/Makefile.in    2007-12-18 05:43:27.000000000 +0100
+@@ -120,7 +120,7 @@
+ SUBDIRS =
+ @ENABLE_CXX_TRUE@SUBDIRS += bindings/cpp
  
- dnl sizeof checks: we will need a 16-bit and a 32-bit type
+-all: lib/$(PALIB) all-recursive tests
++all: lib/$(PALIB) all-recursive
  
--AC_CHECK_SIZEOF(short)
--AC_CHECK_SIZEOF(int)
--AC_CHECK_SIZEOF(long)
-+dnl don't work if you crosscompile 
-+dnl AC_CHECK_SIZEOF(short)
-+dnl AC_CHECK_SIZEOF(int)
-+dnl AC_CHECK_SIZEOF(long)
+ tests: bin-stamp $(TESTS)
  
- dnl extra variables
- AC_SUBST(OTHER_OBJS)