Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « libpostproc - github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 555b47252edcfbd805920821cffb571d18b0ff6f (plain)
1
2
3
4
5
6
7
8
9
10
include ../config.mak

NAME = postproc
FFLIBS = avutil

HEADERS = postprocess.h

OBJS = postprocess.o

include ../common.mak