diff libao2/Makefile @ 2812:2c3ab498ac90

audio_out_format_name moved from audio_out.c to afmt.c
author alex
date Sun, 11 Nov 2001 01:49:26 +0000
parents b24661a9924e
children 4c2db939183e
line wrap: on
line diff
--- a/libao2/Makefile	Sun Nov 11 01:45:01 2001 +0000
+++ b/libao2/Makefile	Sun Nov 11 01:49:26 2001 +0000
@@ -4,7 +4,7 @@
 LIBNAME = libao2.a
 
 # TODO: moveout ao_sdl.c so it's only used when SDL is detected
-SRCS=audio_out.c ao_mpegpes.c ao_null.c ao_pcm.c $(OPTIONAL_SRCS)
+SRCS=afmt.c audio_out.c ao_mpegpes.c ao_null.c ao_pcm.c $(OPTIONAL_SRCS)
 OBJS=$(SRCS:.c=.o)
 
 CFLAGS  = $(OPTFLAGS) -I. -I.. $(SDL_INC) $(EXTRA_INC)