From 152e480397c160eae0a29257eb9c343f35bfdb33 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Sun, 26 Jul 2009 07:07:49 +0300 Subject: 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3