summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-01 18:25:05 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-01 18:25:05 +0000
commit78b29d6635cf2abd24f2ea187923fad4bce79f29 (patch)
treee35da8e6876e73d4d2f543ee32f8166ba1eb4cf2 /Makefile
parentd8cd6b20571c57c8fbea539524a85b91dad22436 (diff)
downloadmpv-78b29d6635cf2abd24f2ea187923fad4bce79f29.tar.bz2
mpv-78b29d6635cf2abd24f2ea187923fad4bce79f29.tar.xz
removed obsoleted dll_init.c/h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7234 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 747fd8632c..1605b5ede7 100644
--- a/Makefile
+++ b/Makefile
@@ -57,9 +57,6 @@ endif
ifneq ($(W32_LIB),)
PARTS += loader loader/dshow
-SRCS_MPLAYER += dll_init.c
-SRCS_MENCODER += dll_init.c
-# SRCS += dll_init.c
endif
LOADER_DEP = $(W32_DEP) $(DS_DEP)
LIB_LOADER = $(W32_LIB) $(DS_LIB)