gst-plugins-ugly 0.10.5 : Fix crosscompilation issues
authorManuel Teira <manuel.teira@telefonica.net>
Wed, 9 May 2007 18:03:55 +0000 (18:03 +0000)
committerManuel Teira <manuel.teira@telefonica.net>
Wed, 9 May 2007 18:03:55 +0000 (18:03 +0000)
packages/gstreamer/gst-plugins-ugly/.mtn2git_empty [new file with mode: 0644]
packages/gstreamer/gst-plugins-ugly/cross-compile.patch [new file with mode: 0644]

diff --git a/packages/gstreamer/gst-plugins-ugly/.mtn2git_empty b/packages/gstreamer/gst-plugins-ugly/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/gstreamer/gst-plugins-ugly/cross-compile.patch b/packages/gstreamer/gst-plugins-ugly/cross-compile.patch
new file mode 100644 (file)
index 0000000..41c412d
--- /dev/null
@@ -0,0 +1,16 @@
+
+#
+# Patch managed by http://www.holgerschurig.de/patcher.html
+#
+
+--- gst-plugins-ugly-0.10.4/configure.ac~cross-compile
++++ gst-plugins-ugly-0.10.4/configure.ac
+@@ -282,7 +282,7 @@
+     LAME_LIBS="-lmp3lame -lm"
+     dnl is lame presets available
+     LAME_CFLAGS=""
+-    AC_TRY_RUN([
++    AC_TRY_COMPILE([
+ #include <lame/lame.h>
+ int main (int argc, char *argv[])
+ {