[vlc-commits] commit: Contribs: portaudio, AC_CHECK_SIZEOF works now in Xcompile ( Jean-Baptiste Kempf )

git at videolan.org git at videolan.org
Tue Jun 8 11:54:32 CEST 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Jun  8 11:53:28 2010 +0200| [f3b61b5f0669179bef9b6b64fbbaa26f8bd04436] | committer: Jean-Baptiste Kempf 

Contribs: portaudio, AC_CHECK_SIZEOF works now in Xcompile

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

 extras/contrib/src/Patches/portaudio-cross.patch |   17 -----------------
 1 files changed, 0 insertions(+), 17 deletions(-)

diff --git a/extras/contrib/src/Patches/portaudio-cross.patch b/extras/contrib/src/Patches/portaudio-cross.patch
index 0a4b146..998b35c 100644
--- a/extras/contrib/src/Patches/portaudio-cross.patch
+++ b/extras/contrib/src/Patches/portaudio-cross.patch
@@ -10,20 +10,3 @@ diff -ruN portaudio/Makefile.in portaudio.n/Makefile.in
  
  tests: bin-stamp $(TESTS)
  
-diff -ruN portaudio/configure.in portaudio.n/configure.in
---- portaudio/configure.in	2007-11-13 22:22:56.000000000 +0100
-+++ portaudio.n/configure.in	2007-12-18 05:43:14.000000000 +0100
-@@ -95,9 +95,10 @@
- 
- dnl sizeof checks: we will need a 16-bit and a 32-bit type
- 
--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)
- 
- save_LIBS="${LIBS}"
- AC_CHECK_LIB(rt, clock_gettime, [rt_libs=" -lrt"])



More information about the vlc-commits mailing list