mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-09 03:18:36 +00:00
11 lines
125 B
Makefile
11 lines
125 B
Makefile
include ../config.mak
|
|
|
|
NAME = postproc
|
|
FFLIBS = avutil
|
|
|
|
HEADERS = postprocess.h
|
|
|
|
OBJS = postprocess.o
|
|
|
|
include ../common.mak
|