From 9b25f4a65ffa71596fc09f6c1f553394c65b4692 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 8 Mar 2008 14:39:43 +0000 Subject: cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile. Originally committed as revision 12364 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'libavformat/Makefile') diff --git a/libavformat/Makefile b/libavformat/Makefile index 3870986d42..3edeb53b4d 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -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_RTP_PROTOCOL) += rtpproto.o OBJS-$(CONFIG_TCP_PROTOCOL) += tcp.o OBJS-$(CONFIG_UDP_PROTOCOL) += udp.o -FFLIBS = avcodec avutil - -NAME=avformat - include ../common.mak -- cgit v1.2.3