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

include ../config.mak

EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)

NAME=postproc
LIBVERSION=$(SPPVERSION)
LIBMAJOR=$(SPPMAJOR)

HEADERS = postprocess.h

OBJS = postprocess.o

include ../common.mak