wrapper.S should be compiled on non-Darwin, non-Windows systems.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21331 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-11-27 16:47:27 +00:00
parent 84d0512e5b
commit e871b9fa88
1 changed files with 1 additions and 2 deletions

View File

@ -9,12 +9,11 @@ SRCS= driver.c afl.c vfl.c
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 \