summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-11-20 22:53:18 +0000
committerDiego Biurrun <diego@biurrun.de>2008-11-20 22:53:18 +0000
commitf0e602351eadd2f5f465ff29c140b376646fd8dd (patch)
tree93aca86012f1e3ccafb365f5b563006d9e54f7ed /libavformat/Makefile
parent0d2d0f97a58d12d5804bf913348e498fac2cd25c (diff)
cosmetics: Consistently place HEADERS before OBJS in all Makefiles.
Originally committed as revision 15896 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index de5cae2ab7..18d89da35f 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -3,10 +3,10 @@ include $(SUBDIR)../config.mak
NAME = avformat
FFLIBS = avcodec avutil
-OBJS = allformats.o cutils.o os_support.o sdp.o utils.o
-
HEADERS = avformat.h avio.h rtsp.h rtspcodes.h
+OBJS = allformats.o cutils.o os_support.o sdp.o utils.o
+
# muxers/demuxers
OBJS-$(CONFIG_AAC_DEMUXER) += raw.o
OBJS-$(CONFIG_AC3_DEMUXER) += raw.o