view src/libSAD/Makefile @ 4281:3c673b6803c1

Remove legacy XMMS format conversion API. We have a new audio engine which does this the correct way.
author William Pitcock <nenolod@atheme.org>
date Tue, 12 Feb 2008 01:20:32 -0600
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../..