Makefile 229 Bytes
Newer Older
1
NAME = postproc
James Almer's avatar
James Almer committed
2
DESC = FFmpeg postprocessing library
3
FFLIBS = avutil
4

5 6
HEADERS = postprocess.h        \
          version.h            \
7

8
OBJS = postprocess.o
9 10 11

# Windows resource file
SLIBOBJS-$(HAVE_GNU_WINDRES) += postprocres.o