From f0e602351eadd2f5f465ff29c140b376646fd8dd Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 20 Nov 2008 22:53:18 +0000 Subject: cosmetics: Consistently place HEADERS before OBJS in all Makefiles. Originally committed as revision 15896 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavfilter/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavfilter') diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 1cd4992442..9da8f910bc 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -5,6 +5,8 @@ FFLIBS = avcodec avutil FFLIBS-$(CONFIG_SWSCALE) += swscale FFLIBS-$(CONFIG_AVFILTER_LAVF) += avformat +HEADERS = avfilter.h + OBJS = allfilters.o \ avfilter.o \ defaults.o \ @@ -12,6 +14,4 @@ OBJS = allfilters.o \ #OBJS-$(CONFIG_XXX_FILTER) += vf_xxx.o -HEADERS = avfilter.h - include $(SUBDIR)../subdir.mak -- cgit v1.2.3