1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00
FFmpeg/libpostproc/Makefile

14 lines
308 B
Makefile
Raw Normal View History

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