# HG changeset patch # User diego # Date 1227221598 0 # Node ID 7326e083a8e2f6b33f2562763468114e72d675c9 # Parent 5d5238798d5927a7a19aa74492fcc6bbc5f76188 cosmetics: Consistently place HEADERS before OBJS in all Makefiles. diff -r 5d5238798d59 -r 7326e083a8e2 Makefile --- 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