view Makefile @ 114:4bcd22663020 libpostproc

Do not set COMPILE_C if AltiVec is enabled without runtime CPU detection. Gets rid of the following warning: postprocess_template.c:3271: warning: ¡ÆpostProcess_C¡Ç defined but not used
author diego
date Thu, 11 Dec 2008 16:44: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