aboutsummaryrefslogtreecommitdiffstats
path: root/main/omxplayer/omxplayer.initd
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2014-12-23 10:37:34 +0200
committerTimo Teräs <timo.teras@iki.fi>2014-12-25 11:31:30 +0000
commit2f158744590ff576252c523ef5713881df143d09 (patch)
tree742397773f890d0edaf6ace1279df2859fddcada /main/omxplayer/omxplayer.initd
parentde4229a6e3c8b341a9e045a0e7248ef19ec1a5b7 (diff)
downloadaports-2f158744590ff576252c523ef5713881df143d09.tar.bz2
aports-2f158744590ff576252c523ef5713881df143d09.tar.xz
main/omxplayer: upgrade to 2014-12-03 snapshot, quote play URL
(cherry picked from commit 9c52fe3572f28428650c310772e897d472b17e6e) (cherry picked from commit 2c2deee97de4ee0673f0518a0520174ae93509c7)
Diffstat (limited to 'main/omxplayer/omxplayer.initd')
-rw-r--r--main/omxplayer/omxplayer.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/omxplayer/omxplayer.initd b/main/omxplayer/omxplayer.initd
index 72c632d4ff..2b2c1b8743 100644
--- a/main/omxplayer/omxplayer.initd
+++ b/main/omxplayer/omxplayer.initd
@@ -22,7 +22,7 @@ checkconfig() {
start() {
checkconfig || return 1
ebegin "Starting omxplayer"
- omxplayer_run_loop ${OMXPLAYER_OPTS} ${OMXPLAYER_URL} 2>&1 | logger -t omxplayer &
+ omxplayer_run_loop ${OMXPLAYER_OPTS} "${OMXPLAYER_URL}" 2>&1 | logger -t omxplayer &
eend $?
}