mirror of
https://github.com/mpv-player/mpv
synced 2025-02-21 23:36:58 +00:00
fix compilation without libavcodec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11999 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
33832d42e1
commit
9a1ec976ec
@ -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
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user