diff options
author | Manuel Teira <manuel.teira@telefonica.net> | 2007-05-09 18:15:29 +0000 |
---|---|---|
committer | Manuel Teira <manuel.teira@telefonica.net> | 2007-05-09 18:15:29 +0000 |
commit | b88c680760aa4a4563e6a30a8b9edab310481246 (patch) | |
tree | 024dbf557a949755d0c59a4f0e150b6fffc9d965 | |
parent | f10a61b3798b5f915fc7b3df1c0d12fab26cda94 (diff) | |
parent | 7c8a5f5c35b2e43ca9e420debd61c8a6ee1d771c (diff) |
merge of '804eb98d8c897197185f143b02432c9d71be6caa'
and 'febdd12e2deb46ea073d415b228a6fdd938968f3'
-rw-r--r-- | packages/gstreamer/gst-plugins-ugly/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/gstreamer/gst-plugins-ugly/cross-compile.patch | 16 |
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[]) + { |