aboutsummaryrefslogtreecommitdiffstats
path: root/testing/vlc/vlc.confd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-03-07 12:06:21 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-03-07 12:06:21 +0000
commit2ec1f059e1be9fdc9828418da494c3edf8c7f604 (patch)
treef2fce2950e25a39b6ac6df25f0956e3decb01f89 /testing/vlc/vlc.confd
parentad6eacc565efb2da52fa9345883ce182a51d0c96 (diff)
downloadaports-2ec1f059e1be9fdc9828418da494c3edf8c7f604.tar.bz2
aports-2ec1f059e1be9fdc9828418da494c3edf8c7f604.tar.xz
main/vlc: upgrade to 2.0.0 (from testing)
Diffstat (limited to 'testing/vlc/vlc.confd')
-rw-r--r--testing/vlc/vlc.confd15
1 files changed, 0 insertions, 15 deletions
diff --git a/testing/vlc/vlc.confd b/testing/vlc/vlc.confd
deleted file mode 100644
index 9a58842bd6..0000000000
--- a/testing/vlc/vlc.confd
+++ /dev/null
@@ -1,15 +0,0 @@
-# Sample vlc params suitable for running as a daemon
-
-## --file-logging enable file logging
-## --logfile logfile name/path
-## -vvv verbose logging
-## -I dummy disable X11 interface
-## --sout PARAMS encoding parameters
-
-
-## Do NOT quote 'PARAMS' otherwise shell expansions will broke vlc
-##
-## The --daemon option will automatically be added so no need to add it
-## here.
-
-VLC_OPTS="--quiet -I dummy alsa://hw:0,0 --file-logging --logfile /var/log/vlc/vlc.log --sout #transcode{acodec=mp3,ab=48,channels=1,samplerate=22050}:std{access=http,mux=ogg,dst=:8080}"