changeset 2977:28bcf0ca1448

ao_mpegpes isn't really optional
author pl
date Sun, 18 Nov 2001 18:58:03 +0000
parents 10d060bb51c5
children 6be2873a5a91
files libao2/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libao2/Makefile	Sun Nov 18 18:18:20 2001 +0000
+++ b/libao2/Makefile	Sun Nov 18 18:58:03 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_null.c ao_pcm.c $(OPTIONAL_SRCS)
+SRCS=afmt.c audio_out.c ao_null.c ao_pcm.c ao_mpegpes.c $(OPTIONAL_SRCS)
 OBJS=$(SRCS:.c=.o)
 
 CFLAGS  = $(OPTFLAGS) -I. -I.. $(SDL_INC) $(EXTRA_INC)