mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-08 02:39:57 +00:00
9 lines
153 B
Makefile
9 lines
153 B
Makefile
include $(SUBDIR)../config.mak
|
|
|
|
NAME = postproc
|
|
FFLIBS = avutil
|
|
|
|
HEADERS = postprocess.h \
|
|
version.h \
|
|
|
|
OBJS = postprocess.o
|