diff options
Diffstat (limited to 'sys/avc/Makefile.am')
-rw-r--r-- | sys/avc/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/avc/Makefile.am b/sys/avc/Makefile.am index 963f51494..661c80de6 100644 --- a/sys/avc/Makefile.am +++ b/sys/avc/Makefile.am @@ -14,7 +14,9 @@ libgstavc_la_LIBADD = \ $(GST_BASE_LIBS) \ $(GST_LIBS) +if !GST_PLUGIN_BUILD_STATIC libgstavc_la_LIBTOOLFLAGS = --tag=disable-static +endif libgstavc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) \ -Wl,-framework -Wl,AVCVideoServices \ |