aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gstreamer/gst-plugins-ugly
diff options
context:
space:
mode:
authorManuel Teira <manuel.teira@telefonica.net>2007-05-09 18:03:55 +0000
committerManuel Teira <manuel.teira@telefonica.net>2007-05-09 18:03:55 +0000
commit7c8a5f5c35b2e43ca9e420debd61c8a6ee1d771c (patch)
tree6eb9c13ea7aa7f8602ff6c87b23093845a923180 /packages/gstreamer/gst-plugins-ugly
parentd50b542826d6822cd3aac79c1d15dbbb9dc0a50c (diff)
downloadopenembedded-7c8a5f5c35b2e43ca9e420debd61c8a6ee1d771c.tar.gz
gst-plugins-ugly 0.10.5 : Fix crosscompilation issues
Diffstat (limited to 'packages/gstreamer/gst-plugins-ugly')
-rw-r--r--packages/gstreamer/gst-plugins-ugly/.mtn2git_empty0
-rw-r--r--packages/gstreamer/gst-plugins-ugly/cross-compile.patch16
2 files changed, 16 insertions, 0 deletions
diff --git a/packages/gstreamer/gst-plugins-ugly/.mtn2git_empty b/packages/gstreamer/gst-plugins-ugly/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/gstreamer/gst-plugins-ugly/.mtn2git_empty
diff --git a/packages/gstreamer/gst-plugins-ugly/cross-compile.patch b/packages/gstreamer/gst-plugins-ugly/cross-compile.patch
new file mode 100644
index 0000000000..41c412dcc4
--- /dev/null
+++ b/packages/gstreamer/gst-plugins-ugly/cross-compile.patch
@@ -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[])
+ {