[MPlayer-cvslog] CVS: main/libmpcodecs Makefile,1.138,1.139
Nico Sabbi CVS
syncmail at mplayerhq.hu
Fri Apr 22 09:00:02 CEST 2005
- Previous message: [MPlayer-cvslog] CVS: main/libmpcodecs ae.c, NONE, 1.1 ae.h, NONE, 1.1 ae_lame.c, NONE, 1.1 ae_lame.h, NONE, 1.1 ae_lavc.c, NONE, 1.1 ae_lavc.h, NONE, 1.1 ae_pcm.c, NONE, 1.1 ae_pcm.h, NONE, 1.1 ae_toolame.c, 1.3, 1.4 ae_toolame.h, 1.1, 1.2
- Next message: [MPlayer-cvslog] CVS: main configure, 1.979, 1.980 cfg-mencoder.h, 1.94, 1.95 mencoder.c, 1.279, 1.280
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Nico Sabbi CVS
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv23573/libmpcodecs
Modified Files:
Makefile
Log Message:
audio encoding reworked
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/Makefile,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -r1.138 -r1.139
--- Makefile 29 Dec 2004 19:51:56 -0000 1.138
+++ Makefile 22 Apr 2005 06:59:59 -0000 1.139
@@ -19,7 +19,7 @@
VFILTER_SRCS += vf_pp.c
endif
-ENCODER_SRCS=ve.c ve_divx4.c ve_lavc.c ve_vfw.c ve_raw.c ve_libdv.c ve_xvid.c ve_xvid4.c ve_qtvideo.c ve_nuv.c ve_x264.c
+ENCODER_SRCS=ve.c ve_divx4.c ve_lavc.c ve_vfw.c ve_raw.c ve_libdv.c ve_xvid.c ve_xvid4.c ve_qtvideo.c ve_nuv.c ve_x264.c ae.c ae_pcm.c
NATIVE_SRCS=native/RTjpegN.c native/minilzo.c native/nuppelvideo.c native/xa_gsm.c native/decode144.c native/decode288.c
@@ -40,10 +40,18 @@
endif
ifeq ($(TOOLAME),yes)
-AUDIO_SRCS += ae_toolame.c
+ENCODER_SRCS += ae_toolame.c
EXTRA_INC += $(TOOLAME_EXTRAFLAGS)
endif
+ifeq ($(CONFIG_MP3LAME),yes)
+ENCODER_SRCS += ae_lame.c
+endif
+
+ifeq ($(CONFIG_LIBAVCODEC),yes)
+ENCODER_SRCS += ae_lavc.c
+endif
+
SRCS=$(AUDIO_SRCS) $(VIDEO_SRCS) $(VFILTER_SRCS) $(NATIVE_SRCS) img_format.c
OBJS=$(SRCS:.c=.o)
- Previous message: [MPlayer-cvslog] CVS: main/libmpcodecs ae.c, NONE, 1.1 ae.h, NONE, 1.1 ae_lame.c, NONE, 1.1 ae_lame.h, NONE, 1.1 ae_lavc.c, NONE, 1.1 ae_lavc.h, NONE, 1.1 ae_pcm.c, NONE, 1.1 ae_pcm.h, NONE, 1.1 ae_toolame.c, 1.3, 1.4 ae_toolame.h, 1.1, 1.2
- Next message: [MPlayer-cvslog] CVS: main configure, 1.979, 1.980 cfg-mencoder.h, 1.94, 1.95 mencoder.c, 1.279, 1.280
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list