repo.or.cz
/
vlc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* share/http/index.html: delete/keep commands fix by Torsten Spindler
[vlc.git]
/
ipkg
/
vlc.zaurus
blob
c5309693e26a98f31d967e32926efc66e7538b73
1
#!/bin/sh
2
export
QTDIR
=/
opt
/
QtPalmtop
/
sharp
3
export
LD_LIBRARY_PATH
=
.
:/
usr
/
X11R
6
/
lib
:/
opt
/
QtPalmtop
/
shar
p
/
lib
:/
usr
/
lib
/
vlc
4
if
[
"$*"
=
""
] ;
then
5
/
usr
/
bin
/
vlc udp
://
@
:
1234
6
else
7
/
usr
/
bin
/
vlc $
*
8
fi
9