[Mplayer-cvslog] CVS: main/libmpcodecs Makefile,1.135,1.136

Nico Sabbi CVS syncmail at mplayerhq.hu
Tue Sep 21 21:44:50 CEST 2004


CVS change done by Nico Sabbi CVS

Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv2851

Modified Files:
	Makefile 
Log Message:
encoding to mp2 with libtoolame

Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/Makefile,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- Makefile	11 Sep 2004 13:08:34 -0000	1.135
+++ Makefile	21 Sep 2004 19:44:44 -0000	1.136
@@ -39,6 +39,11 @@
 VIDEO_SRCS += vd_ijpg.c
 endif
 
+ifeq ($(TOOLAME),yes)
+AUDIO_SRCS += ae_toolame.c
+EXTRA_INC += $(TOOLAME_EXTRAFLAGS)
+endif
+
 SRCS=$(AUDIO_SRCS) $(VIDEO_SRCS) $(VFILTER_SRCS) $(NATIVE_SRCS) img_format.c
 OBJS=$(SRCS:.c=.o)
 




More information about the MPlayer-cvslog mailing list