summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2010-10-30 07:55:31 +0300
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:16:45 +0200
commit62112dedb0a6c874289734b2a64d9ce93b8ae4f0 (patch)
tree5fea8737eb83e1363ce83fa892c88ba53abe01c6 /libmpcodecs
parent9b00269483584abdbc485cc1883201bb5e0ba495 (diff)
downloadmpv-62112dedb0a6c874289734b2a64d9ce93b8ae4f0.tar.bz2
mpv-62112dedb0a6c874289734b2a64d9ce93b8ae4f0.tar.xz
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.
Diffstat (limited to 'libmpcodecs')
-rw-r--r--libmpcodecs/vf.c4
1 files changed, 0 insertions, 4 deletions
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,