Author: pebender
Date: Sun Mar 22 11:16:07 2009
New Revision: 4506

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

Log:
- Fixed a bug that would cause VDPAU to be disabled for MythTV 0.21.



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     Sun Mar 22  
11:16:07 2009
@@ -1,7 +1,7 @@
  MiniMyth Changelog

   
--------------------------------------------------------------------------------
-Changes since 64 (2009-03-21):
+Changes since 64 (2009-03-22):

  Current MythTV versions
      MythTV 0.20-softpad: version 0.20.2.softpad, release-0-20-fixes branch  
svn 16082,
@@ -49,6 +49,7 @@
      - Changed the LIRC devinput lircd.conf files so that they match the  
format
        found in the lirc-0.8.5pre1.
      - Added gtk init script to create /etc/gtk-2.0/gdk-pixbuf.loaders.
+    - Fixed a bug that would cause VDPAU to be disabled for MythTV 0.21.

  Modified build system
      - Changed mediaplayers/mplayer-svn, lib/ffmpeg, lib/libdvdnav and

Modified:  
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d.sh/init.d/video
==============================================================================
---  
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d.sh/init.d/video
     
(original)
+++  
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/etc/rc.d.sh/init.d/video
     
Sun Mar 22 11:16:07 2009
@@ -113,16 +113,9 @@
                      pref_osdfade='0'
                      ;;
                  vdpau)
-                    if ( /usr/bin/test ${MM_VERSION_MYTH_BINARY_MAJOR}  
-eq  0 && \
-                         /usr/bin/test ${MM_VERSION_MYTH_BINARY_MINOR} -eq  
21    ) ; then
-                        pref_decoder='ffmpeg'
-                        pref_videorenderer='xv-blit'
-                        pref_osdrenderer='softblend'
-                    else
-                        pref_decoder='vdpau'
-                        pref_videorenderer='vdpau'
-                        pref_osdrenderer='vdpau'
-                    fi
+                    pref_decoder='vdpau'
+                    pref_videorenderer='vdpau'
+                    pref_osdrenderer='vdpau'
                      pref_osdfade='0'
                      ;;
                  xvmc)

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
       
Sun Mar 22 11:16:07 2009
@@ -126,19 +126,9 @@
                  }
                  when (/^vdpau$/)
                  {
-                    if (  
($minimyth->var_get('MM_VERSION_MYTH_BINARY_MAJOR') ==  0) &&
-                          
($minimyth->var_get('MM_VERSION_MYTH_BINARY_MINOR') == 21) )
-                    {
-                        $pref{'pref_decoder'}       = 'ffmpeg';
-                        $pref{'pref_videorenderer'} = 'xv-blit';
-                        $pref{'pref_osdrenderer'}   = 'softblend';
-                    }
-                    else
-                    {
-                        $pref{'pref_decoder'}       = 'vdpau';
-                        $pref{'pref_videorenderer'} = 'vdpau';
-                        $pref{'pref_osdrenderer'}   = 'vdpau';
-                    }
+                    $pref{'pref_decoder'}       = 'vdpau';
+                    $pref{'pref_videorenderer'} = 'vdpau';
+                    $pref{'pref_osdrenderer'}   = 'vdpau';
                      $pref{'pref_osdfade'}       = '0';
                  }
                  when (/^xvmc$/)

--~--~---------~--~----~------------~-------~--~----~
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