[vlc-devel] commit: NEWS: XvMC was removed (Jean-Baptiste Kempf )

git version control git at videolan.org
Fri Dec 4 07:21:47 CET 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Nov 29 23:16:49 2009 +0100| [2a99ff3c6a8172b43b4ce25dada25cb39feb431b] | committer: Jean-Baptiste Kempf 

NEWS: XvMC was removed

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2a99ff3c6a8172b43b4ce25dada25cb39feb431b
---

 NEWS                              |    1 +
 modules/gui/qt4/input_manager.cpp |    5 ++++-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/NEWS b/NEWS
index f31461c..c198527 100644
--- a/NEWS
+++ b/NEWS
@@ -80,6 +80,7 @@ Removed modules:
  * HAL (use libudev instead)
  * gtk_main, gtk_main2, gnome_main, gnome_main2 and pda interfaces
  * linear_resampler and trivial_resampler are removed. Use the ugly one.
+ * XvMC accelerated modules
 
 
 Changes between 1.0.2 and 1.0.3:
diff --git a/modules/gui/qt4/input_manager.cpp b/modules/gui/qt4/input_manager.cpp
index 177b0b1..2317e0c 100644
--- a/modules/gui/qt4/input_manager.cpp
+++ b/modules/gui/qt4/input_manager.cpp
@@ -1083,7 +1083,10 @@ void MainInputManager::activatePlayQuit( bool b_exit )
     var_SetBool( THEPL, "play-and-exit", b_exit );
 }
 
-/* Static callbacks for MIM */
+
+/****************************
+ * Static callbacks for MIM *
+ ****************************/
 static int PLItemChanged( vlc_object_t *p_this, const char *psz_var,
                         vlc_value_t oldval, vlc_value_t, void *param )
 {




More information about the vlc-devel mailing list