view Makefile @ 137:218f5063fa65 libpostproc tip

Fix use of uninitialized data: A array element can not be used to initialized another array element of the same array.
author reimar
date Sat, 24 Jul 2010 11:55:22 +0000
parents 3024bc8f1c61
children
line wrap: on
line source

include $(SUBDIR)../config.mak

NAME = postproc
FFLIBS = avutil

HEADERS = postprocess.h

OBJS = postprocess.o

include $(SUBDIR)../subdir.mak