Mercurial > mplayer.hg
changeset 4490:e4943e6797bd
fixed compiletime problems with divx4 caused by making opendivx optional
author | rfelker |
---|---|
date | Sun, 03 Feb 2002 01:15:39 +0000 |
parents | 745cf5ba7117 |
children | 317df369e7e7 |
files | Makefile |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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