1
mirror of https://github.com/mpv-player/mpv synced 2024-07-27 17:48:22 +02:00

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
This commit is contained in:
diego 2006-11-10 16:39:13 +00:00
parent 59309fc2a7
commit f06a2b11a0

View File

@ -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)