1
0
mirror of https://git.ffmpeg.org/ffmpeg.git synced 2024-12-12 18:25:03 +00:00
ffmpeg/libpostproc/Makefile

12 lines
229 B
Makefile
Raw Normal View History

NAME = postproc
DESC = FFmpeg postprocessing library
FFLIBS = avutil
HEADERS = postprocess.h \
version.h \
OBJS = postprocess.o
# Windows resource file
SLIBOBJS-$(HAVE_GNU_WINDRES) += postprocres.o