diff options
author | Edward Hervey <bilboed@bilboed.com> | 2014-03-17 12:04:40 +0100 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2014-03-17 12:05:14 +0100 |
commit | 0ae0bfcbc7374962e802c86e97b8e90199c1fe73 (patch) | |
tree | acfd8c3eb65d6b69578eed93d1480da64d4f75da /gst-libs/gst/gl/cocoa | |
parent | 1a5560441da61dac7b41548d6fd53f91afb6e7a8 (diff) |
gl: Fix static build with objective-C
--tag=CC is needed for static build
Diffstat (limited to 'gst-libs/gst/gl/cocoa')
-rw-r--r-- | gst-libs/gst/gl/cocoa/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gst-libs/gst/gl/cocoa/Makefile.am b/gst-libs/gst/gl/cocoa/Makefile.am index 9899f243a..aca8dc852 100644 --- a/gst-libs/gst/gl/cocoa/Makefile.am +++ b/gst-libs/gst/gl/cocoa/Makefile.am @@ -31,3 +31,5 @@ libgstgl_cocoa_la_OBJCFLAGS = \ libgstgl_cocoa_la_LDFLAGS = \ $(GST_LIB_LDFLAGS) \ $(GST_ALL_LDFLAGS) + +libgstgl_cocoa_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) --tag=CC |