mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.
Originally committed as revision 12364 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
|
||||
include ../config.mak
|
||||
|
||||
NAME = postproc
|
||||
FFLIBS = avutil
|
||||
|
||||
NAME=postproc
|
||||
|
||||
HEADERS = postprocess.h
|
||||
|
||||
OBJS = postprocess.o
|
||||
|
||||
Reference in New Issue
Block a user