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: 02257420e95d847d8c51921a3bfea8a2f26a644c (plain)
1
2
3
4
5
6
7
8
9
10
include $(SUBDIR)../config.mak

NAME = postproc
FFLIBS = avutil

HEADERS = postprocess.h

OBJS = postprocess.o

include $(SRC_PATH)/subdir.mak