mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
don't link against libgst.la because it seems to fail on some libtool versions.
Original commit message from CVS: don't link against libgst.la because it seems to fail on some libtool versions.
This commit is contained in:
parent
e430bc2d95
commit
14b03dfeac
2 changed files with 2 additions and 2 deletions
|
@ -40,5 +40,5 @@ noinst_HEADERS = \
|
|||
|
||||
CFLAGS += -O2 -Wall
|
||||
|
||||
libgstelements_la_LIBADD = $(GHTTP_LIBS) $(GST_LIBS)
|
||||
libgstelements_la_LIBADD = $(GHTTP_LIBS)
|
||||
libgstelements_la_LDFLAGS = -version-info $(GST_LIBVERSION)
|
||||
|
|
|
@ -40,5 +40,5 @@ noinst_HEADERS = \
|
|||
|
||||
CFLAGS += -O2 -Wall
|
||||
|
||||
libgstelements_la_LIBADD = $(GHTTP_LIBS) $(GST_LIBS)
|
||||
libgstelements_la_LIBADD = $(GHTTP_LIBS)
|
||||
libgstelements_la_LDFLAGS = -version-info $(GST_LIBVERSION)
|
||||
|
|
Loading…
Reference in a new issue