[Mplayer-cvslog] CVS: main Makefile,1.148,1.149

Richard Felker CVS rfelker at mplayer.dev.hu
Sun Feb 3 02:15:42 CET 2002


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv11133

Modified Files:
	Makefile 
Log Message:
fixed compiletime problems with divx4 caused by making opendivx optional

Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Makefile,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- Makefile	3 Feb 2002 00:52:51 -0000	1.148
+++ Makefile	3 Feb 2002 01:15:39 -0000	1.149
@@ -53,10 +53,7 @@
 endif
 CFLAGS = $(OPTFLAGS) -Ilibmpdemux -Iloader $(VO_INC) $(EXTRA_INC) # -Wall
 
-PARTS = g72x libmpdemux mp3lib libac3 liba52 libmp1e libmpeg2 libavcodec libao2 drivers drivers/syncfb linux postproc xa input
-ifeq ($(OPENDIVX),yes)
-PARTS += opendivx
-endif
+PARTS = g72x libmpdemux mp3lib libac3 liba52 libmp1e libmpeg2 libavcodec opendivx libao2 drivers drivers/syncfb linux postproc xa input
 ifeq ($(VIDIX),yes)
 PARTS += libdha vidix
 endif
@@ -152,6 +149,9 @@
 	$(MAKE) -C mp3lib
 
 opendivx/libdecore.a:
+	$(MAKE) -C opendivx
+
+opendivx/postprocess.o:
 	$(MAKE) -C opendivx
 
 libdha/libdha.so:




More information about the MPlayer-cvslog mailing list