summaryrefslogtreecommitdiffstats
path: root/main/vlc/vlc-1.1.7-disable-cache-gen.patch
blob: b8a3dd955172a6bdb277031787cc8b3bcbabdf70 (plain)
1
2
3
4
5
6
7
8
9
10
11
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