diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2017-05-16 13:50:16 -0400 |
---|---|---|
committer | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2017-05-16 14:41:19 -0400 |
commit | b68d936ae0b4cb59ca3b7853e761e162631b2319 (patch) | |
tree | 68690f7115c88b1c2cc5e4beb3beef372cbd7707 /sys/osxaudio | |
parent | a910329f6dfe131da30bebba40f9561f31a944cf (diff) | |
download | gstreamer-plugins-good-b68d936ae0b4cb59ca3b7853e761e162631b2319.tar.gz |
Remove plugin specific static build option
Static and dynamic plugins now have the same interface. The standard
--enable-static/--enable-shared toggle are sufficient.
Diffstat (limited to 'sys/osxaudio')
-rw-r--r-- | sys/osxaudio/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/osxaudio/Makefile.am b/sys/osxaudio/Makefile.am index f5f1d9c8e..a854a382d 100644 --- a/sys/osxaudio/Makefile.am +++ b/sys/osxaudio/Makefile.am @@ -17,7 +17,6 @@ libgstosxaudio_la_LIBADD = \ $(GST_LIBS) libgstosxaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -Wl,-framework,CoreAudio -Wl,-framework,AudioToolbox -libgstosxaudio_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) --tag=CC noinst_HEADERS = gstosxaudiosink.h \ gstosxaudiodeviceprovider.h \ |