vf_uspp: Mark as depending on avcodec API only, not internals
commit152e480397c160eae0a29257eb9c343f35bfdb33
authorUoti Urpala <uau@glyph.nonexistent.invalid>
Sun, 26 Jul 2009 04:07:49 +0000 (26 07:07 +0300)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Sun, 26 Jul 2009 17:22:48 +0000 (26 20:22 +0300)
tree582b4022b60bf00c3a16db25fda6d39d8c1b22ff
parenta92a43b91fac43e7ad2323f17adeb8f750d35927
vf_uspp: Mark as depending on avcodec API only, not internals

There has been some confusion about whether this filter depends on
libavcodec internals or not. When originally added it included
explicit code to support building with a shared library avcodec, but
it also used the internal dsputil.h header. Later it was marked as
depending on libavcodec internals, then the dsputil.h include was
removed as unnecessary. It seems to build fine without any internal
headers now and has no obvious other usage of internal symbols either,
so I'm enabling the build whenever libavcodec is available.
Makefile