[Mplayer-cvslog] CVS: main/libao2 Makefile,1.12,1.13
Anders Johansson
anders at mplayer.dev.hu
Sun Nov 25 15:31:13 CET 2001
Update of /cvsroot/mplayer/main/libao2
In directory mplayer:/var/tmp.root/cvs-serv25263/libao2
Modified Files:
Makefile
Log Message:
Changes to audio out Makefile
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/Makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- Makefile 24 Nov 2001 05:21:21 -0000 1.12
+++ Makefile 25 Nov 2001 14:31:11 -0000 1.13
@@ -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)
More information about the MPlayer-cvslog
mailing list