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 --- libavdevice/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libavdevice') diff --git a/libavdevice/Makefile b/libavdevice/Makefile index aef30c0210..9fca3b0467 100644 --- a/libavdevice/Makefile +++ b/libavdevice/Makefile @@ -1,7 +1,6 @@ include ../config.mak -NAME=avdevice - +NAME = avdevice FFLIBS = avformat avcodec avutil OBJS = alldevices.o -- cgit v1.2.3