diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-11-20 22:53:18 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-11-20 22:53:18 +0000 |
commit | f0e602351eadd2f5f465ff29c140b376646fd8dd (patch) | |
tree | 93aca86012f1e3ccafb365f5b563006d9e54f7ed /libavformat/Makefile | |
parent | 0d2d0f97a58d12d5804bf913348e498fac2cd25c (diff) | |
download | ffmpeg-f0e602351eadd2f5f465ff29c140b376646fd8dd.tar.gz |
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/Makefile | 4 |
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 |