summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2009-07-26 07:07:49 +0300
committerUoti Urpala <uau@glyph.nonexistent.invalid>2009-07-26 20:22:48 +0300
commit152e480397c160eae0a29257eb9c343f35bfdb33 (patch)
tree582b4022b60bf00c3a16db25fda6d39d8c1b22ff /Makefile
parenta92a43b91fac43e7ad2323f17adeb8f750d35927 (diff)
downloadmpv-152e480397c160eae0a29257eb9c343f35bfdb33.tar.bz2
mpv-152e480397c160eae0a29257eb9c343f35bfdb33.tar.xz
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c8abce17a8..05c0fa85e2 100644
--- a/Makefile
+++ b/Makefile
@@ -135,6 +135,7 @@ SRCS_COMMON-$(LIBAVCODEC) += av_opts.c \
libmpcodecs/vf_lavc.c \
libmpcodecs/vf_lavcdeint.c \
libmpcodecs/vf_screenshot.c \
+ libmpcodecs/vf_uspp.c \
# These filters use private headers and do not work with shared libavcodec.
SRCS_COMMON-$(LIBAVCODEC_INTERNALS) += libaf/af_lavcac3enc.c \
@@ -143,7 +144,6 @@ SRCS_COMMON-$(LIBAVCODEC_INTERNALS) += libaf/af_lavcac3enc.c \
libmpcodecs/vf_mcdeint.c \
libmpcodecs/vf_qp.c \
libmpcodecs/vf_spp.c \
- libmpcodecs/vf_uspp.c \
SRCS_COMMON-$(LIBAVFORMAT) += libmpdemux/demux_lavf.c
SRCS_COMMON-$(LIBBS2B) += libaf/af_bs2b.c