summaryrefslogtreecommitdiffstats
path: root/ffmpeg
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2012-05-05 13:30:29 +0000
committer Eric Hameleers <alien@slackware.com>2012-05-05 13:30:29 +0000
commita4f3a1c1ba4eb4fa47347e89e0bf8c0163413dc6 (patch)
treeade4962a1a5d63aa7a16324db5f15244506663ad /ffmpeg
parentfda9cdce94ec064fe745251829ffe5931f39a762 (diff)
downloadasb-a4f3a1c1ba4eb4fa47347e89e0bf8c0163413dc6.tar.gz
asb-a4f3a1c1ba4eb4fa47347e89e0bf8c0163413dc6.tar.xz
Initial revision
Diffstat (limited to 'ffmpeg')
-rw-r--r--ffmpeg/build/schroedinger_notests.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/ffmpeg/build/schroedinger_notests.patch b/ffmpeg/build/schroedinger_notests.patch
new file mode 100644
index 00000000..60b495bc
--- /dev/null
+++ b/ffmpeg/build/schroedinger_notests.patch
@@ -0,0 +1,21 @@
+--- schroedinger/Makefile.am 2009-09-29 07:08:51.000000000 +0200
++++ schroedinger.new/Makefile.am 2010-01-09 02:18:41.000000000 +0100
+@@ -1,6 +1,6 @@
+ AUTOMAKE_OPTIONS = foreign
+
+-SUBDIRS = schroedinger doc tools testsuite
++SUBDIRS = schroedinger doc tools
+
+ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
+
+--- schroedinger/tools/Makefile.am 2010-01-04 03:52:01.000000000 +0100
++++ schroedinger.new/tools/Makefile.am 2010-05-08 20:50:30.000000000 +0200
+@@ -5,7 +5,7 @@
+
+
+ AM_CFLAGS = $(SCHRO_CFLAGS) $(ERROR_CFLAGS) \
+- $(ORC_CFLAGS) \
++ -L$(PREFIX)/lib $(ORC_CFLAGS) \
+ -DSCHRO_ENABLE_UNSTABLE_API
+ LDADD = $(SCHRO_LIBS)
+