view src/libSAD/Makefile @ 4744:89891f400f98

Patch from Steve Cotton <steve0001@s.cotton.clara.co.uk> to resolve a playlist bug where entry->tuple is NULL but we try to access it. This results in huge log files, and resolves Debian bug #491655.
author William Pitcock <nenolod@atheme.org>
date Mon, 28 Jul 2008 11:34:39 -0500
parents 80cdcabbc373
children 74134c731db6
line wrap: on
line source

STATIC_LIB_NOINST = libSAD.a
SRCS = dither.c \
       dither_ops.c \
       noicegen.c

INCLUDES = libSAD.h \
           common.h \
           dither.h

include ../../buildsys.mk
include ../../extra.mk

PACKAGE = libSAD
CPPFLAGS += ${SIMD_CFLAGS} -I../..