fix compilation without libavcodec

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11999 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
henry 2004-02-26 14:41:42 +00:00
parent 33832d42e1
commit 9a1ec976ec
1 changed files with 2 additions and 0 deletions

View File

@ -164,7 +164,9 @@ static vf_info_t* filter_list[]={
&vf_info_yuvcsp,
&vf_info_kerndeint,
&vf_info_rgbtest,
#ifdef USE_LIBAVCODEC
&vf_info_qp,
#endif
NULL
};