[Mplayer-cvslog] CVS: main/libao2 Makefile,1.10,1.11

pl pl at mplayer.dev.hu
Sun Nov 18 19:58:07 CET 2001


Update of /cvsroot/mplayer/main/libao2
In directory mplayer:/var/tmp.root/cvs-serv14862

Modified Files:
	Makefile 
Log Message:
ao_mpegpes isn't really optional


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Makefile	14 Nov 2001 11:35:25 -0000	1.10
+++ Makefile	18 Nov 2001 18:58:03 -0000	1.11
@@ -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)




More information about the MPlayer-cvslog mailing list