mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 11:39:47 +00:00
ec87389183
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
10 lines
153 B
Makefile
10 lines
153 B
Makefile
include $(SUBDIR)../config.mak
|
|
|
|
NAME = postproc
|
|
FFLIBS = avutil
|
|
|
|
HEADERS = postprocess.h \
|
|
version.h \
|
|
|
|
OBJS = postprocess.o
|