Author: pebender
Date: Sat Dec 27 09:35:39 2008
New Revision: 4129

Modified:
    trunk/gar-minimyth/html/minimyth/document-changelog.txt
     
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d/init/video.pm

Log:
- Fixed a bug that caused MPlayer configuration to fail when using the
   perl init scripts.



Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt     (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt     Sat Dec 27  
09:35:39 2008
@@ -22,6 +22,8 @@

  Fixed bugs
      - Fixed a bug that prevented Wiimote devices from working.
+    - Fixed a bug that caused MPlayer configuration to fail when using the
+      perl init scripts.

  Fixed build system
      - Patched lib/bluez, lib/dbus and net/portmap so that their binaries  
are

Modified:  
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d/init/video.pm
==============================================================================
---  
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d/init/video.pm
       
(original)
+++  
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d/init/video.pm
       
Sat Dec 27 09:35:39 2008
@@ -300,7 +300,9 @@
            '@DEINTERLACE_PLUGIN@'     => $deinterlace_plugin });
      $minimyth->file_replace_variable(
          '/home/minimyth/.mplayer/config',
-        { '@XVMC_TRUE@'     => $xvmc_true,
+        { '@VDPAU_TRUE@'    => $vdpau_true,
+          '@VDPAU_FALSE@'   => $vdpau_false,
+          '@XVMC_TRUE@'     => $xvmc_true,
            '@XVMC_FALSE@'    => $xvmc_false,
            '@BOBDEINT@'      => $bobdeint,
            '@MONITORASPECT@' => $monitoraspect });

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to