From 0f6211022df73c7021fccfd55e33b4fa4a375d80 Mon Sep 17 00:00:00 2001 From: Manuel Teira Date: Wed, 9 May 2007 18:23:47 +0000 Subject: gst-plugins-bad 0.10.3: Fix crosscompilation issue * Erase FAAD2 version AC_TRY_RUN based detection --- .../gstreamer/gst-plugins-bad/cross-compile.patch | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 packages/gstreamer/gst-plugins-bad/cross-compile.patch (limited to 'packages/gstreamer/gst-plugins-bad/cross-compile.patch') diff --git a/packages/gstreamer/gst-plugins-bad/cross-compile.patch b/packages/gstreamer/gst-plugins-bad/cross-compile.patch new file mode 100644 index 0000000000..cc4d972f3e --- /dev/null +++ b/packages/gstreamer/gst-plugins-bad/cross-compile.patch @@ -0,0 +1,44 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- gst-plugins-bad-0.10.3/configure.ac~cross-compile ++++ gst-plugins-bad-0.10.3/configure.ac +@@ -398,35 +398,7 @@ + GST_CHECK_FEATURE(FAAD, [AAC decoder plug-in], faad, [ + HAVE_FAAD="yes" + GST_CHECK_LIBHEADER(FAAD, faad, faacDecOpen, -lm, faad.h, +- FAAD_LIBS="-lfaad -lm", HAVE_FAAD="no") +- if test $HAVE_FAAD = "yes"; then +- AC_MSG_CHECKING([Checking for FAAD >= 2]) +- AC_TRY_RUN([ +- +-#include +-#if !defined(FAAD2_VERSION) || !defined(FAAD_FMT_DOUBLE) +-#error Not faad2 +-#else +-#include +- +-int main() +-{ +-char version[9] = FAAD2_VERSION; +-// a release candidate of 2.0 is not enought for us +-if ( strstr( version, "2.0 RC" ) ) { return 1; } +- +-return 0; +-} +- +-#endif +- ], [ +- HAVE_FAAD="yes" +- AC_MSG_RESULT(yes) +- ], [ +- HAVE_FAAD="no" +- AC_MSG_RESULT(no) +- ]) +- fi ++ FAAD_LIBS="-lfaad -lm") + AS_SCRUB_INCLUDE(FAAD_CFLAGS) + AC_SUBST(FAAD_LIBS) + ]) -- cgit v1.2.3