# HG changeset patch # User diego # Date 1164646047 0 # Node ID 410a59bd18977391db1e436f6af3a4d17b79b51a # Parent 4b2e5a74a2ebca493ca91417dd4368aabedd8857 wrapper.S should be compiled on non-Darwin, non-Windows systems. diff -r 4b2e5a74a2eb -r 410a59bd1897 loader/Makefile --- a/loader/Makefile Mon Nov 27 16:21:10 2006 +0000 +++ b/loader/Makefile Mon Nov 27 16:47:27 2006 +0000 @@ -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 \