From 21207386d249b2fd5bc9980c1a99a5679f02792c Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 26 Nov 2006 22:53:57 +0000 Subject: Remove unnecessary variable indirection. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21296 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/Makefile | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) (limited to 'libmpcodecs') diff --git a/libmpcodecs/Makefile b/libmpcodecs/Makefile index bc5d29de73..6cc4c19c3d 100644 --- a/libmpcodecs/Makefile +++ b/libmpcodecs/Makefile @@ -101,20 +101,16 @@ SRCS = native/minilzo.c \ vf_yuy2.c \ vf_yvu9.c \ - -LAVC_SRCS += vf_lavc.c vf_lavcdeint.c \ - -LAVC_DSPUTIL_SRCS += vf_uspp.c \ - vf_fspp.c \ - vf_qp.c \ - vf_geq.c \ - vf_spp.c \ - vf_mcdeint.c \ - SRCS-$(CONFIG_ASS) += vf_ass.c -SRCS-$(CONFIG_LIBAVCODEC) += $(LAVC_DSPUTIL_SRCS) -SRCS-$(CONFIG_LIBAVCODEC) += $(LAVC_SRCS) -SRCS-$(CONFIG_LIBAVCODEC_SO) += $(LAVC_SRCS) +# These filters use private headers and do not work with shared libavcodec. +SRCS-$(CONFIG_LIBAVCODEC) += vf_fspp.c \ + vf_geq.c \ + vf_mcdeint.c \ + vf_qp.c \ + vf_spp.c \ + vf_uspp.c +SRCS-$(CONFIG_LIBAVCODEC) += vf_lavc.c vf_lavcdeint.c +SRCS-$(CONFIG_LIBAVCODEC_SO) += vf_lavc.c vf_lavcdeint.c SRCS-$(CONFIG_LIBAVCODEC) += vd_ffmpeg.c SRCS-$(CONFIG_LIBAVCODEC_SO) += vd_ffmpeg.c SRCS-$(CONFIG_LIBAVCODEC) += ad_ffmpeg.c -- cgit v1.2.3