mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-16 18:11:19 +00:00
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
|