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: 26bb5a092243c3b7dd17775c0847fe26ae0bfdc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

include ../config.mak

FFLIBS = avutil

NAME=postproc

HEADERS = postprocess.h

OBJS = postprocess.o

include ../common.mak