mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
57b4a3dd2b
Signed-off-by: Mans Rullgard <mans@mansr.com>
9 lines
111 B
Makefile
9 lines
111 B
Makefile
NAME = postproc
|
|
FFLIBS = avutil
|
|
|
|
HEADERS = postprocess.h
|
|
|
|
OBJS = postprocess.o
|
|
|
|
include $(SRC_PATH)/subdir.mak
|