From 483d73655c5057a93f3ebdbe658cc11f82139fa2 Mon Sep 17 00:00:00 2001 From: Manuel Teira Date: Tue, 19 Jun 2007 15:58:55 +0000 Subject: gstreamer 0.10: Deleted obsoleted packages --- packages/gstreamer/gst-plugins/lame-autoconf.patch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 packages/gstreamer/gst-plugins/lame-autoconf.patch (limited to 'packages/gstreamer/gst-plugins/lame-autoconf.patch') diff --git a/packages/gstreamer/gst-plugins/lame-autoconf.patch b/packages/gstreamer/gst-plugins/lame-autoconf.patch deleted file mode 100644 index 3fb85e7d88..0000000000 --- a/packages/gstreamer/gst-plugins/lame-autoconf.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- gst-plugins-0.8.6.orig/configure.ac 2004-11-25 16:41:47.000000000 +0100 -+++ gst-plugins-0.8.6/configure.ac 2005-02-22 19:02:58.000000000 +0100 -@@ -1135,8 +1135,9 @@ - GST_CHECK_LIBHEADER(LAME, mp3lame, lame_init, -lm, lame/lame.h, HAVE_LAME="yes" LAME_LIBS="-lmp3lame -lm") - ]) - dnl is lame presets available -+if test "x$HAVE_LAME" = "xyes"; then - LAME_CFLAGS="" --AC_TRY_RUN([ -+AC_TRY_COMPILE([ - #include - int main (int argc, char *argv[]) - { -@@ -1144,6 +1145,7 @@ - return 0; - } - ],[LAME_CFLAGS="-DGSTLAME_PRESET"],[LAME_CFLAGS=""]) -+fi - AC_SUBST(LAME_CFLAGS) - AC_SUBST(LAME_LIBS) - -- cgit v1.2.3