mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
osxaudio: Distribute device provider files
Those where missing the the dev release tarballs for 1.9.2 which prevented building from tarball on OSX platform
This commit is contained in:
parent
92075e0256
commit
8cec944149
1 changed files with 10 additions and 10 deletions
|
@ -17,22 +17,22 @@ libgstosxaudio_la_LIBADD = \
|
||||||
$(GST_LIBS)
|
$(GST_LIBS)
|
||||||
|
|
||||||
libgstosxaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -Wl,-framework,CoreAudio -Wl,-framework,AudioToolbox
|
libgstosxaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -Wl,-framework,CoreAudio -Wl,-framework,AudioToolbox
|
||||||
|
|
||||||
if !HAVE_IOS
|
|
||||||
libgstosxaudio_la_SOURCES += gstosxaudiodeviceprovider.c
|
|
||||||
libgstosxaudio_la_LDFLAGS += -Wl,-framework,AudioUnit -Wl,-framework,CoreServices
|
|
||||||
endif
|
|
||||||
|
|
||||||
libgstosxaudio_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) --tag=CC
|
libgstosxaudio_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) --tag=CC
|
||||||
|
|
||||||
noinst_HEADERS = gstosxaudiosink.h \
|
noinst_HEADERS = gstosxaudiosink.h \
|
||||||
|
gstosxaudiodeviceprovider.h \
|
||||||
gstosxaudioelement.h \
|
gstosxaudioelement.h \
|
||||||
gstosxaudioringbuffer.h \
|
gstosxaudioringbuffer.h \
|
||||||
gstosxaudiosrc.h \
|
gstosxaudiosrc.h \
|
||||||
gstosxcoreaudiocommon.h \
|
gstosxcoreaudiocommon.h \
|
||||||
gstosxcoreaudio.h \
|
gstosxcoreaudio.h
|
||||||
gstosxcoreaudiohal.c \
|
|
||||||
gstosxcoreaudioremoteio.c
|
|
||||||
|
|
||||||
|
|
||||||
|
EXTRA_DIST = gstosxcoreaudiohal.c \
|
||||||
|
gstosxcoreaudioremoteio.c
|
||||||
|
|
||||||
|
if !HAVE_IOS
|
||||||
|
libgstosxaudio_la_SOURCES += gstosxaudiodeviceprovider.c
|
||||||
|
libgstosxaudio_la_LDFLAGS += -Wl,-framework,AudioUnit -Wl,-framework,CoreServices
|
||||||
|
else
|
||||||
|
EXTRA_DIST += gstosxaudiodeviceprovider.c
|
||||||
|
endif
|
||||||
|
|
Loading…
Reference in a new issue