]> git.pld-linux.org Git - packages/vlc.git/blob - no-cache.patch
- libplacebo rebuild
[packages/vlc.git] / no-cache.patch
1 --- vlc-2.0.7/bin/Makefile.am~  2011-12-08 19:00:25.000000000 +0100
2 +++ vlc-2.0.7/bin/Makefile.am   2013-07-16 08:10:29.290917828 +0200
3 @@ -80,7 +80,7 @@
4  ../modules/plugins.dat: vlc-cache-gen$(EXEEXT)
5         $(AM_V_at)rm -f ../modules/plugins.dat
6         $(AM_V_GEN)if test "$(build)" = "$(host)"; then \
7 -               ./vlc-cache-gen$(EXEEXT) `realpath ../modules` ; \
8 +               echo "Cache generation skipped!" ; \
9         else \
10                 echo "Cross-compilation: cache generation skipped!" ; \
11         fi
This page took 0.025103 seconds and 3 git commands to generate.