summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/libvisual-plugins/04_lv_analyzer_build_fix.patch
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-03-14 04:14:54 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-03-14 04:14:54 (GMT)
commitee7d8d75c14ed0ae36cc0e34ae150012c97e197d (patch)
tree46556f5e4898da764cc831aa760d908c2ccc9961 /abs/core-testing/libvisual-plugins/04_lv_analyzer_build_fix.patch
parentc2941a012cbea19073e72af561b37a1255a1fe6c (diff)
downloadlinhes_pkgbuild-ee7d8d75c14ed0ae36cc0e34ae150012c97e197d.zip
linhes_pkgbuild-ee7d8d75c14ed0ae36cc0e34ae150012c97e197d.tar.gz
linhes_pkgbuild-ee7d8d75c14ed0ae36cc0e34ae150012c97e197d.tar.bz2
Moving mjpeg , libvisual* and transcode to core.
There are pkg's in core that depend on them.
Diffstat (limited to 'abs/core-testing/libvisual-plugins/04_lv_analyzer_build_fix.patch')
-rw-r--r--abs/core-testing/libvisual-plugins/04_lv_analyzer_build_fix.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/abs/core-testing/libvisual-plugins/04_lv_analyzer_build_fix.patch b/abs/core-testing/libvisual-plugins/04_lv_analyzer_build_fix.patch
new file mode 100644
index 0000000..1fc5f7f
--- /dev/null
+++ b/abs/core-testing/libvisual-plugins/04_lv_analyzer_build_fix.patch
@@ -0,0 +1,12 @@
+diff -Nur libvisual-plugins-0.4.0/configure.ac libvisual-plugins-0.4.0.new/configure.ac
+--- libvisual-plugins-0.4.0/configure.ac 2006-03-17 03:50:41.000000000 +1100
++++ libvisual-plugins-0.4.0.new/configure.ac 2007-07-04 18:22:38.000000000 +1000
+@@ -361,7 +361,7 @@
+ [ENABLE_ANALYZER=$enableval],
+ [ENABLE_ANALYZER=yes])
+
+-if test "$ENABLE_ANALYZER" = xyes; then
++if test "$ENABLE_ANALYZER" = "yes"; then
+ build_actor_plugins="$build_actor_plugins lv_analyzer"
+ fi
+