[Mplayer-cvslog] CVS: main/libao2 Makefile,1.25,1.26

Jürgen Keil CVS jkeil at mplayerhq.hu
Fri Dec 27 17:20:07 CET 2002


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

Modified Files:
	Makefile 
Log Message:
Oops, missing Makefile in the esd audio driver check-in; libao2 Makefile needs
esd include flags


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/Makefile,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- Makefile	15 Jun 2002 06:15:07 -0000	1.25
+++ Makefile	27 Dec 2002 16:20:02 -0000	1.26
@@ -8,7 +8,7 @@
 
 OBJS=$(SRCS:.c=.o)
 
-CFLAGS  = $(OPTFLAGS) -I. -I.. $(ARTS_INC) $(SDL_INC) $(X11_INC) $(EXTRA_INC) $(DXR2_INC) $(DVB_INC)
+CFLAGS  = $(OPTFLAGS) -I. -I.. $(ARTS_INC) $(ESD_INC) $(SDL_INC) $(X11_INC) $(EXTRA_INC) $(DXR2_INC) $(DVB_INC)
 
 .SUFFIXES: .c .o
 




More information about the MPlayer-cvslog mailing list