mirror of
https://github.com/mpv-player/mpv
synced 2024-12-29 10:32:15 +00:00
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:
parent
84d0512e5b
commit
e871b9fa88
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user