mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-29 03:23:29 +08:00
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
|