From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- .../gstreamer/gst-plugins-bad/cross-compile.patch | 44 ---------------------- 1 file changed, 44 deletions(-) delete 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 deleted file mode 100644 index cc4d972f3e..0000000000 --- a/packages/gstreamer/gst-plugins-bad/cross-compile.patch +++ /dev/null @@ -1,44 +0,0 @@ - -# -# 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