[vlc-devel] commit: Remove the XvMC plugin ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sun Nov 29 23:01:44 CET 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Nov 29 23:48:51 2009 +0200| [b25a657dde0e2305a8fb0d564a5b166547829bc8] | committer: Rémi Denis-Courmont
Remove the XvMC plugin
In 0.9, the output refuses to work and the codec just segfaults.
In 1.0, it is inoperant due to the removal of the forked libmpeg2.
In 1.1, we would anyway need to rewrite it to the new vout API.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b25a657dde0e2305a8fb0d564a5b166547829bc8
---
configure.ac | 27 +-
modules/LIST | 1 -
modules/codec/Modules.am | 2 +-
modules/codec/xvmc/Modules.am | 5 -
modules/codec/xvmc/accel_xvmc.h | 155 ----
modules/codec/xvmc/mpeg2_internal.h | 317 --------
modules/codec/xvmc/xxmc.c | 750 ------------------
modules/video_output/x11/Modules.am | 7 -
modules/video_output/x11/xvmc.c | 1464 -----------------------------------
9 files changed, 3 insertions(+), 2725 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=b25a657dde0e2305a8fb0d564a5b166547829bc8
More information about the vlc-devel
mailing list