mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 09:40:37 +00:00
gst-libs/gst/netbuffer/Makefile.am: Let's not override libgstnet from core for no reason...
Original commit message from CVS: * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): Let's not override libgstnet from core for no reason... (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES): Ok, maybe not so quick next time.
This commit is contained in:
parent
a54de3a653
commit
41e620af9e
2 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
* gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir):
|
* gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir):
|
||||||
Let's not override libgstnet from core for no reason...
|
Let's not override libgstnet from core for no reason...
|
||||||
|
(libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
|
||||||
|
Ok, maybe not so quick next time.
|
||||||
|
|
||||||
2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
|
2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ libgstnetbufferinclude_HEADERS = gstnetbufferbuffer.h
|
||||||
|
|
||||||
lib_LTLIBRARIES = libgstnetbuffer-@GST_MAJORMINOR@.la
|
lib_LTLIBRARIES = libgstnetbuffer-@GST_MAJORMINOR@.la
|
||||||
|
|
||||||
libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES = gstnetbufferbuffer.c
|
libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES = gstnetbuffer.c
|
||||||
libgstnetbuffer_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS)
|
libgstnetbuffer_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS)
|
||||||
libgstnetbuffer_@GST_MAJORMINOR@_la_LIBADD = $(GST_LIBS)
|
libgstnetbuffer_@GST_MAJORMINOR@_la_LIBADD = $(GST_LIBS)
|
||||||
libgstnetbuffer_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
|
libgstnetbuffer_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
|
||||||
|
|
Loading…
Reference in a new issue