mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-20 21:00:41 +08:00
Sponsored-by: Sovereign Tech Fund Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
18 lines
405 B
Makefile
18 lines
405 B
Makefile
NAME = postproc
|
|
DESC = FFmpeg postprocessing library
|
|
FFLIBS = avutil
|
|
|
|
HEADERS = postprocess.h \
|
|
version.h \
|
|
version_major.h \
|
|
|
|
OBJS = postprocess.o \
|
|
version.o \
|
|
|
|
# Windows resource file
|
|
SHLIBOBJS-$(HAVE_GNU_WINDRES) += postprocres.o
|
|
|
|
TESTPROGS = blocktest \
|
|
stripetest \
|
|
temptest \
|