diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-03-08 14:39:43 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-03-08 14:39:43 +0000 |
commit | 9b25f4a65ffa71596fc09f6c1f553394c65b4692 (patch) | |
tree | b9c1c2a65fed98ccd93d803f9b5d7c95ac5f4eee /libavdevice/Makefile | |
parent | 5dea940937caacc3baf974b134a961601834e802 (diff) | |
download | ffmpeg-9b25f4a65ffa71596fc09f6c1f553394c65b4692.tar.gz |
cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.
Originally committed as revision 12364 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavdevice/Makefile')
-rw-r--r-- | libavdevice/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |