[Mplayer-cvslog] CVS: main Makefile,1.41,1.42

Zoltan Ponekker pontscho at users.sourceforge.net
Tue Jun 5 12:59:40 CEST 2001


Update of /cvsroot/mplayer/main
In directory usw-pr-cvs1:/tmp/cvs-serv23900

Modified Files:
	Makefile 
Log Message:
fix -lasound -lesd.

Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Makefile,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -r1.41 -r1.42
*** Makefile	2001/06/04 21:00:07	1.41
--- Makefile	2001/06/05 10:59:38	1.42
***************
*** 19,23 ****
  OBJS = $(SRCS:.c=.o)
  CFLAGS = $(OPTFLAGS) -Iloader -Ilibvo $(CSS_INC) # -Wall
! A_LIBS = -Lmp3lib -lMP3 -Llibac3 -lac3
  VO_LIBS = -Llibvo -lvo $(X_LIBS)
  
--- 19,23 ----
  OBJS = $(SRCS:.c=.o)
  CFLAGS = $(OPTFLAGS) -Iloader -Ilibvo $(CSS_INC) # -Wall
! A_LIBS = -Lmp3lib -lMP3 -Llibac3 -lac3 $(ALSA_LIB) $(ESD_LIB)
  VO_LIBS = -Llibvo -lvo $(X_LIBS)
  


_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog



More information about the MPlayer-cvslog mailing list