Mercurial > libavformat.hg
changeset 4045:7326e083a8e2 libavformat
cosmetics: Consistently place HEADERS before OBJS in all Makefiles.
author | diego |
---|---|
date | Thu, 20 Nov 2008 22:53:18 +0000 |
parents | 5d5238798d59 |
children | 208d63d8ee42 |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Tue Nov 18 09:09:57 2008 +0000 +++ b/Makefile Thu Nov 20 22:53:18 2008 +0000 @@ -3,9 +3,9 @@ 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 -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