diff Makefile @ 4045:7326e083a8e2 libavformat

cosmetics: Consistently place HEADERS before OBJS in all Makefiles.
author diego
date Thu, 20 Nov 2008 22:53:18 +0000
parents 677bcb3b65cd
children 4143d74d34b7
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