# HG changeset patch # User steve # Date 1008286596 0 # Node ID 72e299c83b4f7a5747eab0b8ad8b0af3bba3bd8e # Parent f1c6716e75547c44c6d603153c37407b9b6ce5f5 compile remez.c diff -r f1c6716e7554 -r 72e299c83b4f libao2/Makefile --- a/libao2/Makefile Thu Dec 13 23:36:04 2001 +0000 +++ b/libao2/Makefile Thu Dec 13 23:36:36 2001 +0000 @@ -4,7 +4,7 @@ LIBNAME = libao2.a # TODO: moveout ao_sdl.c so it's only used when SDL is detected -SRCS=afmt.c audio_out.c ao_mpegpes.c ao_null.c ao_pcm.c ao_plugin.c pl_delay.c pl_format.c pl_surround.c $(OPTIONAL_SRCS) +SRCS=afmt.c audio_out.c ao_mpegpes.c ao_null.c ao_pcm.c ao_plugin.c pl_delay.c pl_format.c pl_surround.c remez.c $(OPTIONAL_SRCS) OBJS=$(SRCS:.c=.o) CFLAGS = $(OPTFLAGS) -I. -I.. $(SDL_INC) $(X11_INC) $(EXTRA_INC)