diff Makefile @ 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 753a52a0869e
children 7f0f50bbfe23
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