view Makefile @ 116:a4769eff95f0 libpostproc

Add backwards-compatibility typedef for removed _t names under appropriate version #ifdef since otherwise public API is broken.
author diego
date Thu, 11 Dec 2008 21:05:31 +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