changeset 3123:87d84e9dfeba libavformat

cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.
author diego
date Sat, 08 Mar 2008 14:39:43 +0000
parents 13cefe7859d3
children 7591b632d1c6
files Makefile
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Fri Mar 07 19:47:44 2008 +0000
+++ b/Makefile	Sat Mar 08 14:39:43 2008 +0000
@@ -4,6 +4,9 @@
 #
 include ../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
@@ -190,8 +193,4 @@
 OBJS-$(CONFIG_TCP_PROTOCOL)              += tcp.o
 OBJS-$(CONFIG_UDP_PROTOCOL)              += udp.o
 
-FFLIBS = avcodec avutil
-
-NAME=avformat
-
 include ../common.mak