From: Derk-Jan Hartman Date: Tue, 28 Feb 2006 01:28:38 +0000 (+0000) Subject: * demo.sh for Mac OS X VLC command X-Git-Tag: 0.9.0-test0~12140 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=576a7246e3d714bf052e72ab4ce10e4232f333ef;p=vlc * demo.sh for Mac OS X VLC command --- 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()