From 44a3b408b3b07a82ccef8323b34f918eb11d7563 Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Fri, 11 Feb 2011 10:10:07 +0000 Subject: main/vlc: vorbis and v4l support added --- main/vlc/vlc-1.1.7-disable-cache-gen.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 main/vlc/vlc-1.1.7-disable-cache-gen.patch (limited to 'main/vlc/vlc-1.1.7-disable-cache-gen.patch') diff --git a/main/vlc/vlc-1.1.7-disable-cache-gen.patch b/main/vlc/vlc-1.1.7-disable-cache-gen.patch new file mode 100644 index 000000000..b8a3dd955 --- /dev/null +++ b/main/vlc/vlc-1.1.7-disable-cache-gen.patch @@ -0,0 +1,12 @@ +--- a/modules/Makefile.am ++++ b/modules/Makefile.am +@@ -63,7 +63,8 @@ + + stamp-cache: + $(AM_V_GEN)if test "$(build)" = "$(host)"; then \ +- ../bin/vlc-cache-gen$(EXEEXT) . ; \ ++ # ../bin/vlc-cache-gen$(EXEEXT) . ; \ ++ echo "FIXME: vlc-cache-gen" ; \ + else \ + echo "Cross-compilation: cache generation skipped!" ; \ + fi -- cgit v1.2.3