summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/mythappletrailers/myth_trailers_grabber
diff options
context:
space:
mode:
authorBob Igo <bob@stormlogic.com>2009-07-27 20:09:23 (GMT)
committerBob Igo <bob@stormlogic.com>2009-07-27 20:09:23 (GMT)
commitd896d0df3cc1fcb4971a029389c21980c0d6e929 (patch)
treed98efcc8d0f495f0d8b87d6ab629126b6e00804a /abs/extra-testing/mythappletrailers/myth_trailers_grabber
parent9e5dc3ebc4d7cb2945f25d53708a1bdadde81a23 (diff)
downloadlinhes_pkgbuild-d896d0df3cc1fcb4971a029389c21980c0d6e929.zip
linhes_pkgbuild-d896d0df3cc1fcb4971a029389c21980c0d6e929.tar.gz
linhes_pkgbuild-d896d0df3cc1fcb4971a029389c21980c0d6e929.tar.bz2
Apple Trailers works with mplayer-wrapper.pl, and some users may benefit from using the vdpau support it provides.
Diffstat (limited to 'abs/extra-testing/mythappletrailers/myth_trailers_grabber')
-rwxr-xr-xabs/extra-testing/mythappletrailers/myth_trailers_grabber2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/extra-testing/mythappletrailers/myth_trailers_grabber b/abs/extra-testing/mythappletrailers/myth_trailers_grabber
index 1d686aa..2039d7c 100755
--- a/abs/extra-testing/mythappletrailers/myth_trailers_grabber
+++ b/abs/extra-testing/mythappletrailers/myth_trailers_grabber
@@ -30,7 +30,7 @@
// CONFIGURATION
// command to use when streaming content from the internet - cache 50% before displaying and use 32MB of memory
-$STREAMING_EXEC_CMD = '/usr/bin/mplayer -fs -zoom -really-quiet -user-agent NSPlayer -cache 16000';
+$STREAMING_EXEC_CMD = 'mplayer-wrapper.pl -fs -zoom -really-quiet -user-agent NSPlayer -cache 16000';
$APPLE_FEED = 'http://www.apple.com/trailers/home/xml/current.xml';
/************************************************************************/
// Shouldn't Need To modify anything beyond here