projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
cosmetics: Consistently place HEADERS before OBJS in all Makefiles.
[libav.git]
/
libavfilter
/
Makefile
diff --git
a/libavfilter/Makefile
b/libavfilter/Makefile
index
1cd4992
..
9da8f91
100644
(file)
--- 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