# HG changeset patch # User rfelker # Date 1012698939 0 # Node ID e4943e6797bdd74f8b51d99dc82185c488ccbafd # Parent 745cf5ba71170a5cce7b773799767827905f886a fixed compiletime problems with divx4 caused by making opendivx optional diff -r 745cf5ba7117 -r e4943e6797bd Makefile --- a/Makefile Sun Feb 03 00:52:51 2002 +0000 +++ b/Makefile Sun Feb 03 01:15:39 2002 +0000 @@ -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 @@ -154,6 +151,9 @@ opendivx/libdecore.a: $(MAKE) -C opendivx +opendivx/postprocess.o: + $(MAKE) -C opendivx + libdha/libdha.so: $(MAKE) -C libdha