diff Makefile @ 18765:1ba0aff3ed0a

Remove separation between Win32 DLL and DirectShow support in the build system.
author diego
date Wed, 21 Jun 2006 09:45:17 +0000
parents cb7da1894b00
children b77cdcb4fb6a
line wrap: on
line diff
--- a/Makefile	Wed Jun 21 09:42:43 2006 +0000
+++ b/Makefile	Wed Jun 21 09:45:17 2006 +0000
@@ -108,7 +108,6 @@
 
 COMMON_LIBS = libmpcodecs/libmpcodecs.a \
               $(W32_LIB) \
-              $(DS_LIB) \
               libaf/libaf.a \
               libmpdemux/libmpdemux.a \
               postproc/libswscale.a \
@@ -213,7 +212,6 @@
 endif
 
 COMMON_DEPS = $(W32_DEP) \
-              $(DS_DEP) \
               $(MP1E_DEP) \
               $(AV_DEP) \
               libmpdemux/libmpdemux.a \