From 576a7246e3d714bf052e72ab4ce10e4232f333ef Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Tue, 28 Feb 2006 01:28:38 +0000 Subject: [PATCH] * demo.sh for Mac OS X VLC command --- doc/demo.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/demo.sh b/doc/demo.sh index c0c9a9dfa6..af3f4d6416 100755 --- a/doc/demo.sh +++ b/doc/demo.sh @@ -6,7 +6,11 @@ ######################################################################## #TODO: change on Max OS X -VLC="./vlc --quiet --color " +if test ".`uname -s`" = ".Darwin"; then + VLC="./VLC.app/Contents/MacOS/VLC --quiet --color " +else + VLC="./vlc --quiet --color " +fi CMD="" pyschedelic() -- 2.39.2