mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
0f8b0b9ce2
Signed-off-by: Martin Storsjö <martin@martin.st>
13 lines
262 B
Makefile
13 lines
262 B
Makefile
NAME = postproc
|
|
DESC = FFmpeg postprocessing library
|
|
FFLIBS = avutil
|
|
|
|
HEADERS = postprocess.h \
|
|
version.h \
|
|
version_major.h \
|
|
|
|
OBJS = postprocess.o
|
|
|
|
# Windows resource file
|
|
SLIBOBJS-$(HAVE_GNU_WINDRES) += postprocres.o
|