[MPlayer-cvslog] CVS: main/libmpcodecs Makefile,1.159,1.160
Diego Biurrun CVS
syncmail at mplayerhq.hu
Wed Feb 1 00:45:48 CET 2006
- Previous message: [MPlayer-cvslog] CVS: main/libmpcodecs Makefile, 1.158, 1.159 ad_ffmpeg.c, 1.21, 1.22 vd_ffmpeg.c, 1.157, 1.158 ve_lavc.c, 1.130, 1.131 ve_x264.c, 1.44, 1.45 vf_fspp.c, 1.12, 1.13 vf_lavc.c, 1.19, 1.20 vf_lavcdeint.c, 1.8, 1.9 vf_qp.c, 1.5, 1.6 vf_spp.c, 1.33, 1.34 vf_uspp.c, 1.4, 1.5
- Next message: [MPlayer-cvslog] CVS: main vobsub.c,1.40,1.41
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv20328/libmpcodecs
Modified Files:
Makefile
Log Message:
Only compile libmpencoders if MEncoder has been enabled.
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/Makefile,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -r1.159 -r1.160
--- Makefile 31 Jan 2006 23:36:12 -0000 1.159
+++ Makefile 31 Jan 2006 23:45:46 -0000 1.160
@@ -4,6 +4,11 @@
LIBNAME = libmpcodecs.a
LIBNAME2 = libmpencoders.a
+LIBS =$(LIBNAME)
+ifeq ($(MENCODER),yes)
+LIBS+=$(LIBNAME2)
+endif
+
AUDIO_SRCS_LIB=ad_hwac3.c \
ad_liba52.c \
ad_mp3lib.c \
@@ -276,7 +281,7 @@
.c.o:
$(CC) -c $(CFLAGS) -o $@ $<
-all: $(LIBNAME) $(LIBNAME2)
+all: $(LIBS)
$(LIBNAME): $(OBJS)
$(AR) r $(LIBNAME) $(OBJS)
- Previous message: [MPlayer-cvslog] CVS: main/libmpcodecs Makefile, 1.158, 1.159 ad_ffmpeg.c, 1.21, 1.22 vd_ffmpeg.c, 1.157, 1.158 ve_lavc.c, 1.130, 1.131 ve_x264.c, 1.44, 1.45 vf_fspp.c, 1.12, 1.13 vf_lavc.c, 1.19, 1.20 vf_lavcdeint.c, 1.8, 1.9 vf_qp.c, 1.5, 1.6 vf_spp.c, 1.33, 1.34 vf_uspp.c, 1.4, 1.5
- Next message: [MPlayer-cvslog] CVS: main vobsub.c,1.40,1.41
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list