[Mplayer-cvslog] CVS: main/libao2 Makefile,1.27,1.28

Alex Beregszaszi alex at mplayerhq.hu
Fri May 23 14:38:02 CEST 2003


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

Modified Files:
	Makefile 
Log Message:
do it the standard way (tm)

Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/Makefile,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- Makefile	21 May 2003 21:10:55 -0000	1.27
+++ Makefile	23 May 2003 12:37:58 -0000	1.28
@@ -1,15 +1,9 @@
-
 include config.mak
 
 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 pl_delay.c pl_format.c pl_surround.c remez.c pl_resample.c pl_volume.c pl_extrastereo.c pl_volnorm.c pl_eq.c $(OPTIONAL_SRCS)
 
-ifeq ($(MACOSX),yes)
-SRCS += ao_macosx.c
-endif
-
 OBJS=$(SRCS:.c=.o)
 
 CFLAGS  = $(OPTFLAGS) -I. -I.. $(ARTS_INC) $(ESD_INC) $(SDL_INC) $(X11_INC) $(EXTRA_INC) $(DXR2_INC) $(DVB_INC)
@@ -43,4 +37,3 @@
 ifneq ($(wildcard .depend),)
 include .depend
 endif
-



More information about the MPlayer-cvslog mailing list