summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-21 09:45:17 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-21 09:45:17 +0000
commit1127c1e91d6bed25d0ae7ec8ad7d3afc13dc84b9 (patch)
treea94824ec980c30b647740b53ce03415e4d569263 /Makefile
parent5b9aeb48e66028de4d1b393d788920f81d6274e7 (diff)
downloadmpv-1127c1e91d6bed25d0ae7ec8ad7d3afc13dc84b9.tar.bz2
mpv-1127c1e91d6bed25d0ae7ec8ad7d3afc13dc84b9.tar.xz
Remove separation between Win32 DLL and DirectShow support in the build system.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18768 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f2735a9ec4..13526d7ab6 100644
--- a/Makefile
+++ b/Makefile
@@ -108,7 +108,6 @@ CODEC_LIBS = $(AV_LIB) \
COMMON_LIBS = libmpcodecs/libmpcodecs.a \
$(W32_LIB) \
- $(DS_LIB) \
libaf/libaf.a \
libmpdemux/libmpdemux.a \
postproc/libswscale.a \
@@ -213,7 +212,6 @@ ALL_PRG += $(PRG_MENCODER)
endif
COMMON_DEPS = $(W32_DEP) \
- $(DS_DEP) \
$(MP1E_DEP) \
$(AV_DEP) \
libmpdemux/libmpdemux.a \