1NAME = postproc 2DESC = FFmpeg postprocessing library 3FFLIBS = avutil 4 5HEADERS = postprocess.h \ 6 version.h \ 7 8OBJS = postprocess.o 9 10# Windows resource file 11SLIBOBJS-$(HAVE_GNU_WINDRES) += postprocres.o 12