Mercurial > mplayer.hg
comparison Makefile @ 20819:4b51e6459e64
The addition of loader/ to PARTS depended on a non-existing variable.
author | diego |
---|---|
date | Fri, 10 Nov 2006 16:39:13 +0000 |
parents | 828ee0cb0806 |
children | 22cb9d5f1e21 |
comparison
equal
deleted
inserted
replaced
20818:1ad8b711d8f8 | 20819:4b51e6459e64 |
---|---|
116 PARTS += libdvdcss | 116 PARTS += libdvdcss |
117 endif | 117 endif |
118 ifeq ($(GUI),yes) | 118 ifeq ($(GUI),yes) |
119 PARTS += Gui | 119 PARTS += Gui |
120 endif | 120 endif |
121 ifneq ($(W32_LIB),) | 121 ifeq ($(WIN32DLL),yes) |
122 PARTS += loader loader/dshow loader/dmo | 122 PARTS += loader loader/dshow loader/dmo |
123 endif | 123 endif |
124 ifeq ($(LIBMENU),yes) | 124 ifeq ($(LIBMENU),yes) |
125 PARTS += libmenu | 125 PARTS += libmenu |
126 endif | 126 endif |