summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-20 14:49:08 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-20 14:49:08 +0000
commitaa883180fb2f76710e8d33137e6a2420ffd17cdc (patch)
tree65adeabb80c52d1b7cdccd523e29d37c4e2a5aad /Makefile
parent71c7b6353ea333726c1850acb744c9950a46f1d6 (diff)
downloadmpv-aa883180fb2f76710e8d33137e6a2420ffd17cdc.tar.bz2
mpv-aa883180fb2f76710e8d33137e6a2420ffd17cdc.tar.xz
Oops, the loader stuff needs to be in COMMON_LIBS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21106 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 62a1a022e3..e19c3d8865 100644
--- a/Makefile
+++ b/Makefile
@@ -106,6 +106,7 @@ PARTS = libmpdemux \
libaf \
ifeq ($(WIN32DLL),yes)
+COMMON_LIBS += loader/libloader.a loader/dshow/libDS_Filter.a loader/dmo/libDMO_Filter.a
PARTS += loader loader/dshow loader/dmo
endif
ifeq ($(MP3LIB),yes)