diff options
author | Alessandro Decina <alessandro.d@gmail.com> | 2009-01-02 01:44:11 +0000 |
---|---|---|
committer | Alessandro Decina <alessandro.d@gmail.com> | 2009-01-02 01:44:11 +0000 |
commit | 833807a67ffb0cd8ce75232b9ac1fdf6d77725cf (patch) | |
tree | 46685f5a43ff6d0ce9f7f26072be3dabfee6ce4e /ext/apexsink/Makefile.am | |
parent | 1d71d95218e6615ee8edc8fdf38a83c6479d5d3f (diff) | |
download | gst-plugins-bad-833807a67ffb0cd8ce75232b9ac1fdf6d77725cf.tar.gz gst-plugins-bad-833807a67ffb0cd8ce75232b9ac1fdf6d77725cf.tar.bz2 gst-plugins-bad-833807a67ffb0cd8ce75232b9ac1fdf6d77725cf.zip |
ext/apexsink/Makefile.am: Link against -lgcrpyto for RSA_new and RSA_free.
Original commit message from CVS:
* ext/apexsink/Makefile.am:
Link against -lgcrpyto for RSA_new and RSA_free.
* ext/faac/gstfaac.c:
* ext/x264/gstx264enc.c:
Fix compiler warnings.
Diffstat (limited to 'ext/apexsink/Makefile.am')
-rw-r--r-- | ext/apexsink/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/apexsink/Makefile.am b/ext/apexsink/Makefile.am index b92687ce..0d216345 100644 --- a/ext/apexsink/Makefile.am +++ b/ext/apexsink/Makefile.am @@ -3,7 +3,7 @@ plugin_LTLIBRARIES = libgstapexsink.la libgstapexsink_la_SOURCES = gstapexplugin.c gstapexraop.c gstapexsink.c libgstapexsink_la_CFLAGS = $(APEXSINK_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) libgstapexsink_la_LIBADD = $(APEXSINK_LIBS) $(GST_PLUGINS_BASE_LIBS) $(GST_LIBS) -lgstaudio-$(GST_MAJORMINOR) -lgstinterfaces-$(GST_MAJORMINOR) -libgstapexsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) +libgstapexsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -lcrypto libgstapexsink_la_LIBTOOLFLAGS = --tag=disable-static noinst_HEADERS = gstapexraop.h gstapexsink.h |