[Mplayer-cvslog] CVS: main/libao2 Makefile,1.2,1.3 ao_null.c,1.1,1.2

GEREOFFY arpi_esp at users.sourceforge.net
Mon Jun 4 21:33:30 CEST 2001


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

Modified Files:
	Makefile ao_null.c 
Log Message:
dependency stuff fixed

Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** Makefile	2001/06/03 10:48:36	1.2
--- Makefile	2001/06/04 19:33:28	1.3
***************
*** 18,22 ****
  	$(CC) -c $(CFLAGS) -o $@ $<
  
! $(LIBNAME):     .depend $(OBJS)
  	$(AR) r $(LIBNAME) $(OBJS)
  
--- 18,22 ----
  	$(CC) -c $(CFLAGS) -o $@ $<
  
! $(LIBNAME):     $(OBJS)
  	$(AR) r $(LIBNAME) $(OBJS)
  
***************
*** 30,36 ****
  
  dep:    depend
- depend: .depend
  
! .depend: Makefile ../config.mak ../config.h
  	$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
  
--- 30,35 ----
  
  dep:    depend
  
! depend:
  	$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
  

Index: ao_null.c
===================================================================
RCS file: /cvsroot/mplayer/main/libao2/ao_null.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ao_null.c	2001/06/02 23:25:43	1.1
--- ao_null.c	2001/06/04 19:33:28	1.2
***************
*** 34,38 ****
      ao_outburst=4096;
  
!     return 0;
  }
  
--- 34,38 ----
      ao_outburst=4096;
  
!     return 1;
  }
  


_______________________________________________
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