From 8d5aea5655995e9f29a1738ae4e860ba3ec83c0b Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 27 Nov 2006 22:52:31 +0000 Subject: [PATCH] cosmetics to ease future patching git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21345 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libmpcodecs/Makefile b/libmpcodecs/Makefile index 1aa84f7f24..fccce199d7 100644 --- a/libmpcodecs/Makefile +++ b/libmpcodecs/Makefile @@ -105,7 +105,8 @@ SRCS-$(CONFIG_LIBAVCODEC) += vf_fspp.c \ vf_mcdeint.c \ vf_qp.c \ vf_spp.c \ - vf_uspp.c + vf_uspp.c \ + SRCS-$(CONFIG_LIBAVCODEC) += ad_ffmpeg.c vd_ffmpeg.c vf_lavc.c vf_lavcdeint.c SRCS-$(CONFIG_LIBAVCODEC_SO) += ad_ffmpeg.c vd_ffmpeg.c vf_lavc.c vf_lavcdeint.c SRCS-$(CONFIG_LIBPOSTPROC) += vf_pp.c