ffmpeg/libpostproc/Makefile

13 lines
125 B
Makefile
Raw Normal View History

include ../config.mak
FFLIBS = avutil
NAME=postproc
HEADERS = postprocess.h
OBJS = postprocess.o
include ../common.mak