]> git.sesse.net Git - vlc/commitdiff
NEWS: XvMC was removed
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 29 Nov 2009 22:16:49 +0000 (23:16 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 4 Dec 2009 06:21:39 +0000 (07:21 +0100)
NEWS
modules/gui/qt4/input_manager.cpp

diff --git a/NEWS b/NEWS
index f31461cb30f20754273cdfee3390c6ae3b907cf9..c198527085e7f7b4214c0e1a1219f5285358c447 100644 (file)
--- 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:
index 177b0b1af50bcf4185f26466fd15c12d02bce8f8..2317e0c49c69f95a55104e69dd44b034163ef7a2 100644 (file)
@@ -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 )
 {