Mercurial > mplayer.hg
diff loader/Makefile @ 21315:410a59bd1897
wrapper.S should be compiled on non-Darwin, non-Windows systems.
author | diego |
---|---|
date | Mon, 27 Nov 2006 16:47:27 +0000 |
parents | 6b6d7fd5a00d |
children | 06a0a4dbf1a0 |
line wrap: on
line diff
--- 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 \