view Makefile @ 113:bf8f52662dc3 libpostproc

Replace long with x86_reg in postprocess_template.c like in all other x86 assembler code files, just libpostprocess was forgotten.
author reimar
date Sun, 02 Nov 2008 18:59:44 +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