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