summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2019-05-16 20:53:02 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2019-05-16 21:53:32 +0530
commit5ae9cbcc7fb327b3bf461d557bc9640e6d3ce67b (patch)
treeb9bf865f61069eb90422d92c16d1b66ad206b3e5
parent84d2d86e29536bf61292b5b3bab70454f6dd3cdd (diff)
downloadgstreamer-plugins-good-5ae9cbcc7fb327b3bf461d557bc9640e6d3ce67b.tar.gz
autotools: Explicitly pass --tag=CC to libtool
Fixes a build error with the latest macOS: libtool: compile: unable to infer tagged configuration libtool: error: specify a tag with '--tag'
-rw-r--r--sys/osxaudio/Makefile.am1
-rw-r--r--sys/osxvideo/Makefile.am1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/osxaudio/Makefile.am b/sys/osxaudio/Makefile.am
index a854a382d..c5028e2a4 100644
--- a/sys/osxaudio/Makefile.am
+++ b/sys/osxaudio/Makefile.am
@@ -17,6 +17,7 @@ libgstosxaudio_la_LIBADD = \
$(GST_LIBS)
libgstosxaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -Wl,-framework,CoreAudio -Wl,-framework,AudioToolbox
+libgstosxaudio_la_LIBTOOLFLAGS = --tag=CC
noinst_HEADERS = gstosxaudiosink.h \
gstosxaudiodeviceprovider.h \
diff --git a/sys/osxvideo/Makefile.am b/sys/osxvideo/Makefile.am
index a9a3d765b..77ed399e8 100644
--- a/sys/osxvideo/Makefile.am
+++ b/sys/osxvideo/Makefile.am
@@ -13,5 +13,6 @@ libgstosxvideo_la_LIBADD = \
-lgstvideo-$(GST_API_VERSION)
libgstosxvideo_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -Wl,-framework -Wl,Cocoa -Wl,-framework -Wl,OpenGL
+libgstosxvideo_la_LIBTOOLFLAGS = --tag=CC
noinst_HEADERS = osxvideosink.h cocoawindow.h