mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-05 05:35:36 +01: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 \
|