]> git.sesse.net Git - vlc/commit
Remove internal libmpeg2 from xvmc codec/vout
authorNicolas Chauvet (kwizart) <kwizart@gmail.com>
Fri, 10 Apr 2009 12:50:29 +0000 (14:50 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Fri, 17 Apr 2009 11:52:24 +0000 (14:52 +0300)
commit6b8eb793a178a8608c76fd3e5d784ed24be81d6c
treea7741a49d24ba55410b9ceb07e14f6e110914286
parent7334fc542c745a7f8f0ace5d4b737875cdccefac
Remove internal libmpeg2 from xvmc codec/vout

This removes deprecated argument from libmpeg2 functions.
Only mpeg2_internal.h remains used and needs to be updated,
but it can also be installed as a system header.

This also fixes warnings in xcommon.c.

Previously, this vout didn't work for me. (nVidia)
It is aimed to be tested on Intel/Via XvMC capable hardware.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
modules/codec/xvmc/Modules.am
modules/codec/xvmc/xxmc.c
modules/video_output/x11/xcommon.c
modules/video_output/x11/xcommon.h
modules/video_output/x11/xvmc.c