mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-16 12:00:24 +00:00
10 lines
125 B
Makefile
10 lines
125 B
Makefile
include ../config.mak
|
|
|
|
NAME = postproc
|
|
FFLIBS = avutil
|
|
|
|
HEADERS = postprocess.h
|
|
|
|
OBJS = postprocess.o
|
|
|
|
include ../common.mak
|