1109680434
This reverts commit a6213f3dce4006e0d47bd938e15832987d95efef.
11 lines
143 B
Makefile
11 lines
143 B
Makefile
include $(SUBDIR)../config.mak
|
|
|
|
NAME = postproc
|
|
FFLIBS = avutil
|
|
|
|
HEADERS = postprocess.h
|
|
|
|
OBJS = postprocess.o
|
|
|
|
include $(SUBDIR)../subdir.mak
|