git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5875 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-04-27 23:35:23 +00:00
parent f41eae4b7e
commit 04ea2879d3
1 changed files with 2 additions and 0 deletions

View File

@ -46,7 +46,9 @@ static vf_info_t* filter_list[]={
&vf_info_rotate,
&vf_info_mirror,
&vf_info_palette,
#ifdef USE_LIBAVCODEC
&vf_info_lavc,
#endif
NULL
};