mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 05:59:10 +00:00
ext/apexsink/Makefile.am: Move -lgcrypto from _LDFLAGS to _LIBADD.
Original commit message from CVS: * ext/apexsink/Makefile.am: Move -lgcrypto from _LDFLAGS to _LIBADD.
This commit is contained in:
parent
833807a67f
commit
70ce70b287
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-01-02 Alessandro Decina <alessandro.d@gmail.com>
|
||||
|
||||
* ext/apexsink/Makefile.am:
|
||||
Move -lgcrypto from _LDFLAGS to _LIBADD.
|
||||
|
||||
2009-01-02 Alessandro Decina <alessandro.d@gmail.com>
|
||||
|
||||
* ext/apexsink/Makefile.am:
|
||||
|
|
|
@ -2,8 +2,8 @@ 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) -lcrypto
|
||||
libgstapexsink_la_LIBADD = $(APEXSINK_LIBS) $(GST_PLUGINS_BASE_LIBS) $(GST_LIBS) -lgstaudio-$(GST_MAJORMINOR) -lgstinterfaces-$(GST_MAJORMINOR) -lcrypto
|
||||
libgstapexsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstapexsink_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gstapexraop.h gstapexsink.h
|
||||
|
|
Loading…
Reference in a new issue