[MPlayer-cvslog] CVS: main/libmpdemux Makefile,1.95,1.96

Alexander Strasser beastd syncmail at mplayerhq.hu
Mon Aug 1 22:16:59 CEST 2005


CVS change done by Alexander Strasser (beastd)

Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv16757/libmpdemux

Modified Files:
	Makefile 
Log Message:
Support new static libavcodec (depends on libavutil).


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/Makefile,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- Makefile	10 Jul 2005 17:14:12 -0000	1.95
+++ Makefile	1 Aug 2005 20:16:56 -0000	1.96
@@ -106,8 +106,15 @@
         muxer_rawaudio.c \
         muxer_rawvideo.c \
 
+LIBAV_INC =
+ifeq ($(CONFIG_LIBAVUTIL),yes)
+LIBAV_INC += -I../libavutil
+endif
+ifeq ($(CONFIG_LIBAVCODEC),yes)
+LIBAV_INC += -I../libavcodec
+endif
 ifeq ($(CONFIG_LIBAVFORMAT),yes)
-LIBAV_INC = -I../libavcodec -I../libavformat
+LIBAV_INC += -I../libavformat
 SRCS += muxer_lavf.c
 endif
 




More information about the MPlayer-cvslog mailing list