Commit 2a99ff3c authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

NEWS: XvMC was removed

parent 6b65c19e
...@@ -80,6 +80,7 @@ Removed modules: ...@@ -80,6 +80,7 @@ Removed modules:
* HAL (use libudev instead) * HAL (use libudev instead)
* gtk_main, gtk_main2, gnome_main, gnome_main2 and pda interfaces * gtk_main, gtk_main2, gnome_main, gnome_main2 and pda interfaces
* linear_resampler and trivial_resampler are removed. Use the ugly one. * linear_resampler and trivial_resampler are removed. Use the ugly one.
* XvMC accelerated modules
Changes between 1.0.2 and 1.0.3: Changes between 1.0.2 and 1.0.3:
......
...@@ -1083,7 +1083,10 @@ void MainInputManager::activatePlayQuit( bool b_exit ) ...@@ -1083,7 +1083,10 @@ void MainInputManager::activatePlayQuit( bool b_exit )
var_SetBool( THEPL, "play-and-exit", 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, static int PLItemChanged( vlc_object_t *p_this, const char *psz_var,
vlc_value_t oldval, vlc_value_t, void *param ) vlc_value_t oldval, vlc_value_t, void *param )
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment