diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-09-07 20:46:51 +0200 |
---|---|---|
committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-09-07 20:46:51 +0200 |
commit | 8327b96f7030207e935b030e8cdc628ad93e0142 (patch) | |
tree | 71cdcbfc0132e166782a7e4a72b5dede50f97535 | |
parent | d4f657a45ed77ca696dcb43b5d5dfd68a590734f (diff) |
osxvideo: help libtool with CC tag
-rw-r--r-- | sys/osxvideo/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/osxvideo/Makefile.am b/sys/osxvideo/Makefile.am index f3a06be5d..e924f517d 100644 --- a/sys/osxvideo/Makefile.am +++ b/sys/osxvideo/Makefile.am @@ -9,7 +9,7 @@ libgstosxvideosrc_la_LIBADD = \ -lgstinterfaces-$(GST_MAJORMINOR) if !GST_PLUGIN_BUILD_STATIC -libgstosxvideosrc_la_LIBTOOLFLAGS = --tag=disable-static +libgstosxvideosrc_la_LIBTOOLFLAGS = --tag=disable-static --tag=CC endif libgstosxvideosrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) \ |