diff libmpcodecs/Makefile @ 19082:a2f20562aac3

Remove support for obsolete and non-free divx4/odivx libraries.
author diego
date Fri, 14 Jul 2006 17:14:16 +0000
parents 7a9a9748e045
children e84360ee61c9
line wrap: on
line diff
--- a/libmpcodecs/Makefile	Fri Jul 14 16:57:24 2006 +0000
+++ b/libmpcodecs/Makefile	Fri Jul 14 17:14:16 2006 +0000
@@ -104,12 +104,6 @@
 ifeq ($(LIBTHEORA),yes)
 VIDEO_SRCS+=vd_theora.c
 endif
-ifeq ($(DIVX),yes)
-VIDEO_SRCS+=vd_odivx.c
-  ifneq ($(OPENDIVX),yes)
-  VIDEO_SRCS+=vd_divx4.c
-  endif
-endif
 ifeq ($(XVID4),yes)
 VIDEO_SRCS+=vd_xvid4.c
 else
@@ -244,9 +238,6 @@
   ENCODER_SRCS+=ve_xvid.c
   endif
 endif
-ifeq ($(DIVX4ENCORE),yes)
-ENCODER_SRCS+=ve_divx4.c
-endif
 ifeq ($(X264),yes)
 ENCODER_SRCS+=ve_x264.c
 endif