[MPlayer-cvslog] r21331 - trunk/loader/Makefile
diego
subversion at mplayerhq.hu
Mon Nov 27 17:47:27 CET 2006
Author: diego
Date: Mon Nov 27 17:47:27 2006
New Revision: 21331
Modified:
trunk/loader/Makefile
Log:
wrapper.S should be compiled on non-Darwin, non-Windows systems.
Modified: trunk/loader/Makefile
==============================================================================
--- trunk/loader/Makefile (original)
+++ trunk/loader/Makefile Mon Nov 27 17:47:27 2006
@@ -9,12 +9,11 @@
ifneq ($(TARGET_WIN32),yes)
SRCS+= ldt_keeper.c pe_image.c module.c ext.c win32.c \
pe_resource.c resource.c registry.c elfdll.c stubs.S
-endif
-
# QTX emulation is not supported in Darwin
ifneq ($(TARGET_OS),Darwin)
SRCS+= wrapper.S
endif
+endif
SRCS+= dshow/DS_AudioDecoder.c \
dshow/DS_Filter.c \
More information about the MPlayer-cvslog
mailing list