diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-10 16:39:13 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-10 16:39:13 +0000 |
commit | f06a2b11a0262a7be504a42af2146f28031dc9ba (patch) | |
tree | e6f593c6f8f76668e981edf200922b1f9199a2f2 | |
parent | 59309fc2a78ce6f5f9fa2897ce7a6aa192cad833 (diff) |
The addition of loader/ to PARTS depended on a non-existing variable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20835 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -118,7 +118,7 @@ endif ifeq ($(GUI),yes) PARTS += Gui endif -ifneq ($(W32_LIB),) +ifeq ($(WIN32DLL),yes) PARTS += loader loader/dshow loader/dmo endif ifeq ($(LIBMENU),yes) |