changeset 4491:317df369e7e7

finally fixed no-opendivx compile problem
author rfelker
date Sun, 03 Feb 2002 01:42:02 +0000
parents e4943e6797bd
children 8303419cc60f
files Makefile
diffstat 1 files changed, 1 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sun Feb 03 01:15:39 2002 +0000
+++ b/Makefile	Sun Feb 03 01:42:02 2002 +0000
@@ -95,11 +95,8 @@
 .c.o:
 	$(CC) -c $(CFLAGS) -o $@ $<
 
-COMMON_DEPS = g72x/libg72x.a libmpdemux/libmpdemux.a libao2/libao2.a libac3/libac3.a liba52/liba52.a mp3lib/libMP3.a libmpeg2/libmpeg2.a linux/libosdep.a postproc/libpostproc.a xa/libxa.a
+COMMON_DEPS = g72x/libg72x.a libmpdemux/libmpdemux.a libao2/libao2.a libac3/libac3.a liba52/liba52.a mp3lib/libMP3.a libmpeg2/libmpeg2.a linux/libosdep.a postproc/libpostproc.a opendivx/libdecore.a xa/libxa.a
 
-ifeq ($(OPENDIVX),yes)
-COMMON_DEPS += opendivx/libdecore.a
-endif
 ifeq ($(VIDIX),yes)
 COMMON_DEPS += libdha/libdha.so vidix/libvidix.a
 endif
@@ -151,9 +148,6 @@
 opendivx/libdecore.a:
 	$(MAKE) -C opendivx
 
-opendivx/postprocess.o:
-	$(MAKE) -C opendivx
-
 libdha/libdha.so:
 	$(MAKE) -C libdha