ffmpeg/libpostproc/Makefile
Reimar Döffinger 1109680434 Revert "build: Remove redundant config.mak includes from subdirectory Makefiles."
This reverts commit a6213f3dce4006e0d47bd938e15832987d95efef.
2011-06-26 09:49:36 +02:00

11 lines
143 B
Makefile

include $(SUBDIR)../config.mak
NAME = postproc
FFLIBS = avutil
HEADERS = postprocess.h
OBJS = postprocess.o
include $(SUBDIR)../subdir.mak