diff options
Diffstat (limited to 'ext/theora')
-rw-r--r-- | ext/theora/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/theora/Makefile.am b/ext/theora/Makefile.am index 8f003236..91702a5e 100644 --- a/ext/theora/Makefile.am +++ b/ext/theora/Makefile.am @@ -12,3 +12,5 @@ libgsttheoraexp_la_LIBADD = \ $(GST_LIBS) \ $(THEORADEC_LIBS) libgsttheoraexp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) +libgsttheoraexp_la_LIBTOOLFLAGS = --tag=disable-static + |