# HG changeset patch # User anders # Date 1006698671 0 # Node ID 74bfcc3dd96b46dea07c505b5993ed655865732e # Parent ef2287ccc42bd0fd182cbb234a968d1cd6abbf19 Changes to audio out Makefile diff -r ef2287ccc42b -r 74bfcc3dd96b libao2/Makefile --- a/libao2/Makefile Sun Nov 25 14:29:54 2001 +0000 +++ b/libao2/Makefile Sun Nov 25 14:31:11 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 $(OPTIONAL_SRCS) +SRCS=afmt.c audio_out.c ao_mpegpes.c ao_null.c ao_pcm.c ao_plugin.c pl_delay.c $(OPTIONAL_SRCS) OBJS=$(SRCS:.c=.o) CFLAGS = $(OPTFLAGS) -I. -I.. $(SDL_INC) $(EXTRA_INC)