aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gstreamer/gst-plugins-ugly/cross-compile.patch
blob: 41c412dcc40e92c13bb57ede7a0594e2b16d1874 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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[])
 {