[vlc-commits] cachegen: always enforce full cache regeneration on Darwin (refs #14519)
Felix Paul Kühne
git at videolan.org
Sat Jul 25 16:24:42 CEST 2015
vlc/vlc-2.2 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sat Jul 25 16:12:04 2015 +0200| [82909c9e0e4472127faf5b52aa7fd39d00805221] | committer: Felix Paul Kühne
cachegen: always enforce full cache regeneration on Darwin (refs #14519)
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=82909c9e0e4472127faf5b52aa7fd39d00805221
---
bin/cachegen.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/bin/cachegen.c b/bin/cachegen.c
index 8e72bf4..249f71d 100644
--- a/bin/cachegen.c
+++ b/bin/cachegen.c
@@ -91,7 +91,9 @@ int main (int argc, char *argv[])
int vlc_argc = 0;
vlc_argv[vlc_argc++] = "--quiet";
+#ifndef __APPLE__
if (force)
+#endif
vlc_argv[vlc_argc++] = "--reset-plugins-cache";
vlc_argv[vlc_argc++] = "--"; /* end of options */
vlc_argv[vlc_argc] = NULL;
More information about the vlc-commits
mailing list