mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-09-10 03:32:22 +08: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