[MPlayer-cvslog] CVS: main/libmpcodecs Makefile,1.147,1.148
Diego Biurrun CVS
syncmail at mplayerhq.hu
Thu Aug 18 01:08:20 CEST 2005
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv32063/libmpcodecs
Modified Files:
Makefile
Log Message:
Fix MEncoder build with shared libavcodec.
patch by Panagiotis Issaris <takis - at - lumumba - dot - uhasselt - dot - be>
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/Makefile,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -r1.147 -r1.148
--- Makefile 1 Aug 2005 20:16:56 -0000 1.147
+++ Makefile 17 Aug 2005 23:08:18 -0000 1.148
@@ -192,6 +192,10 @@
ENCODER_SRCS += ae_lavc.c
endif
+ifeq ($(CONFIG_LIBAVCODECSO),yes)
+ENCODER_SRCS += ae_lavc.c
+endif
+
ifeq ($(MUSEPACK),yes)
AUDIO_SRCS += ad_mpc.c
endif
More information about the MPlayer-cvslog
mailing list