From 62112dedb0a6c874289734b2a64d9ce93b8ae4f0 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Sat, 30 Oct 2010 07:55:31 +0300 Subject: enable vo_mga, vo_xmga, vf_palette, vf_halfpack Nothing should depend on libswscale internals any more, so re-enable everything. vf_palette and vf_halfpack were actually fixed earlier but were not properly enabled. --- libmpcodecs/vf.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libmpcodecs') diff --git a/libmpcodecs/vf.c b/libmpcodecs/vf.c index 7db177f353..71ead4ae2d 100644 --- a/libmpcodecs/vf.c +++ b/libmpcodecs/vf.c @@ -137,9 +137,7 @@ static const vf_info_t* const filter_list[]={ &vf_info_flip, &vf_info_rotate, &vf_info_mirror, -#ifdef CONFIG_LIBSWSCALE_INTERNALS &vf_info_palette, -#endif &vf_info_pp7, #ifdef CONFIG_LIBAVCODEC &vf_info_lavc, @@ -158,9 +156,7 @@ static const vf_info_t* const filter_list[]={ &vf_info_eq, &vf_info_eq2, &vf_info_gradfun, -#ifdef CONFIG_LIBSWSCALE_INTERNALS &vf_info_halfpack, -#endif &vf_info_dint, &vf_info_1bpp, &vf_info_2xsai, -- cgit v1.2.3