vf: Fix filter enabling logic for vf_uspp and vfs using lavc internals
commit15f812898fa32db55681376df3fea759519167b9
authorUoti Urpala <uau@glyph.nonexistent.invalid>
Sun, 6 Dec 2009 23:51:37 +0000 (7 01:51 +0200)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Sun, 6 Dec 2009 23:51:37 +0000 (7 01:51 +0200)
tree234f83811001a331802b7539c401e141c5f091f7
parentc3c0309eecc1d6b309138fcd40df508235c9395d
vf: Fix filter enabling logic for vf_uspp and vfs using lavc internals

Move vf_uspp from the list of filters depending on internal non-API
FFmpeg code to the list of filters only depending on libavcodec
normally - at least it doesn't need any internal headers, and I don't
see other obvious unsafe non-API usage either.

Change a leftover CONFIG_LIBAVCODEC_A test to the now correct
CONFIG_LIBAVCODEC_INTERNALS to actually allow using the video filters
requiring non-API libavcodec internals when --ffmpeg-source-dir was
specified.
libmpcodecs/vf.c