[vlc-devel] commit: demo.sh: remove OpenGL effects ( Rémi Denis-Courmont )

git version control git at videolan.org
Tue Feb 9 23:07:49 CET 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Feb 10 00:00:11 2010 +0200| [a94101851ed06017b63a4e5090d60996e5102128] | committer: Rémi Denis-Courmont 

demo.sh: remove OpenGL effects

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a94101851ed06017b63a4e5090d60996e5102128
---

 doc/demo.sh |   14 ++------------
 1 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/doc/demo.sh b/doc/demo.sh
index 6490982..594de9e 100755
--- a/doc/demo.sh
+++ b/doc/demo.sh
@@ -51,14 +51,6 @@ control a play" > "`pwd`/demo.vlm"
   echo -e "\n$VLC --sub-filter mosaic:marq --marq-marque \"VLC - mosaic\" --marq-position 6 --mosaic-width 120 --mosaic-height 90 --mosaic-rows 1 --mosaic-cols 1 --mosaic-alpha 150 --extraintf telnet --telnet-host localhost --vlm-conf `pwd`/demo.vlm $bg"
 }
 
-opengl()
-{
-  echo -e "\n- OpenGL cube demo -\nconfiguration\n"
-  echo -en "Please choose an input.\ninput? "
-  read input
-  echo -e "\n$VLC -V opengl --opengl-effect transparent-cube $input"
-}
-
 wall()
 {
   echo -e "\n- Video wall demo -\nconfiguration\n"
@@ -83,8 +75,7 @@ VLC cool demos script
  1. psychedelic video filter
  2. gradient video filter
  3. mosaic
- 4. OpenGL cube
- 5. video wall
+ 4. video wall
 EOF
 
 echo -n "demo number? "
@@ -94,8 +85,7 @@ case "$choice" in
  1) pyschedelic;;
  2) gradient;;
  3) mosaic;;
- 4) opengl;;
- 5) wall;;
+ 4) wall;;
  *) echo "Unrecognized input, please try again"; exit 1;;
 esac
 




More information about the vlc-devel mailing list