]> git.sesse.net Git - vlc/blobdiff - doc/demo.sh
Add make doc and fix Doxygen from top_builddir
[vlc] / doc / demo.sh
index c0c9a9dfa66b6d99dec3df4ebe832f2ecc7dd295..af3f4d64168148720de7fc48e8adab8105ceed80 100755 (executable)
@@ -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()