added mozplugger package
[hdw-linux/hdw-linux.git] / packages / multimedia / mozplugger / mozpluggerrc.patch
diff --git a/packages/multimedia/mozplugger/mozpluggerrc.patch b/packages/multimedia/mozplugger/mozpluggerrc.patch
new file mode 100644 (file)
index 0000000..9e8dec8
--- /dev/null
@@ -0,0 +1,23 @@
+--- ./mozpluggerrc.orig        2005-09-07 15:15:18.000000000 +0200
++++ ./mozpluggerrc     2005-09-07 15:16:01.000000000 +0200
+@@ -36,7 +36,7 @@
+ ### MPlayer
+-define(MP_CMD,[mplayer -really-quiet -nojoystick -nofs -zoom -vo xv,x11 -ao esd,alsa,oss,arts,null -osdlevel 0 $1 </dev/null])
++define(MP_CMD,[mplayer_plugin -really-quiet -nojoystick -nofs -zoom -vo xv,x11 -ao esd,alsa,oss,arts,null -osdlevel 0 $1 </dev/null])
+ define(MP_EMBED,[embed noisy ignore_errors: MP_CMD(-xy $width -wid $window $1)])
+@@ -45,9 +45,9 @@
+ define(MP_VIDEO_STREAM,[stream MP_EMBED($1 "$file")
+       stream MP_NOEMBED($1 "$file")])
+-define(MP_AUDIO_STREAM,[controls stream noisy ignore_errors: mplayer -really-quiet -nojoystick "$file" </dev/null])
++define(MP_AUDIO_STREAM,[controls stream noisy ignore_errors: mplayer_plugin -really-quiet -nojoystick "$file" </dev/null])
+-ifelse(esyscmd([mplayer -afm help 2>&1 | grep vorbis]),[],[
++ifelse(esyscmd([mplayer_plugin -afm help 2>&1 | grep vorbis]),[],[
+   define(MP_NO_VORBIS)
+ ],[
+   define(MP_VORBIS)