From eaff4aad661a39f7997b3265a8e1fffc24387aa4 Mon Sep 17 00:00:00 2001 From: rfelker Date: Sun, 3 Feb 2002 01:15:39 +0000 Subject: fixed compiletime problems with divx4 caused by making opendivx optional git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4491 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index d4b55b0f2f..80c736bb0d 100644 --- a/Makefile +++ b/Makefile @@ -53,10 +53,7 @@ MISC_LIBS += -Llibdha -ldha -Lvidix -lvidix 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 @@ mp3lib/libMP3.a: opendivx/libdecore.a: $(MAKE) -C opendivx +opendivx/postprocess.o: + $(MAKE) -C opendivx + libdha/libdha.so: $(MAKE) -C libdha -- cgit v1.2.3