mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
finished change to GST_ macros
Original commit message from CVS: finished change to GST_ macros
This commit is contained in:
parent
f994c4fafe
commit
91aa46b62d
5 changed files with 6 additions and 6 deletions
|
@ -130,6 +130,6 @@ noinst_HEADERS = \
|
|||
|
||||
CFLAGS = $(LIBGST_CFLAGS)
|
||||
LIBS = $(LIBGST_LIBS)
|
||||
libgst_la_LDFLAGS = -version-info $(GSTREAMER_LIBVERSION)
|
||||
libgst_la_LDFLAGS = -version-info $(GST_LIBVERSION)
|
||||
|
||||
EXTRA_DIST = ROADMAP
|
||||
|
|
|
@ -8,5 +8,5 @@ libgststaticautoplug_la_SOURCES = \
|
|||
libgststaticautoplugrender_la_SOURCES = \
|
||||
gststaticautoplugrender.c
|
||||
|
||||
libgststaticautoplug_la_LDFLAGS = -version-info $(GSTREAMER_LIBVERSION)
|
||||
libgststaticautoplugrender_la_LDFLAGS = -version-info $(GSTREAMER_LIBVERSION)
|
||||
libgststaticautoplug_la_LDFLAGS = -version-info $(GST_LIBVERSION)
|
||||
libgststaticautoplugrender_la_LDFLAGS = -version-info $(GST_LIBVERSION)
|
||||
|
|
|
@ -39,4 +39,4 @@ noinst_HEADERS = \
|
|||
CFLAGS += -O2 -Wall
|
||||
|
||||
libgstelements_la_LIBADD = $(GHTTP_LIBS)
|
||||
libgstelements_la_LDFLAGS = -version-info $(GSTREAMER_LIBVERSION)
|
||||
libgstelements_la_LDFLAGS = -version-info $(GST_LIBVERSION)
|
||||
|
|
|
@ -5,4 +5,4 @@ filter_LTLIBRARIES = libgsttypes.la
|
|||
libgsttypes_la_SOURCES = \
|
||||
gsttypes.c
|
||||
|
||||
libgsttypes_la_LDFLAGS = -version-info $(GSTREAMER_LIBVERSION)
|
||||
libgsttypes_la_LDFLAGS = -version-info $(GST_LIBVERSION)
|
||||
|
|
|
@ -39,4 +39,4 @@ noinst_HEADERS = \
|
|||
CFLAGS += -O2 -Wall
|
||||
|
||||
libgstelements_la_LIBADD = $(GHTTP_LIBS)
|
||||
libgstelements_la_LDFLAGS = -version-info $(GSTREAMER_LIBVERSION)
|
||||
libgstelements_la_LDFLAGS = -version-info $(GST_LIBVERSION)
|
||||
|
|
Loading…
Reference in a new issue