mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
Add gstnet to build.
Original commit message from CVS: 2005-06-09 Andy Wingo <wingo@pobox.com> * configure.ac: * gst-libs/gst/Makefile.am: * gst-libs/gst/net/Makefile.am: Add gstnet to build.
This commit is contained in:
parent
6a70d390dd
commit
cd8caf2f9f
5 changed files with 10 additions and 4 deletions
|
@ -1,3 +1,10 @@
|
|||
2005-06-09 Andy Wingo <wingo@pobox.com>
|
||||
|
||||
* configure.ac:
|
||||
* gst-libs/gst/Makefile.am:
|
||||
* gst-libs/gst/net/Makefile.am:
|
||||
Add gstnet to build.
|
||||
|
||||
2005-06-09 Andy Wingo <wingo@pobox.com>
|
||||
|
||||
* gst-libs/gst/gconf/gconf.c:
|
||||
|
|
|
@ -894,6 +894,7 @@ gst-libs/gst/floatcast/Makefile
|
|||
gst-libs/gst/gconf/Makefile
|
||||
gst-libs/gst/mixer/Makefile
|
||||
gst-libs/gst/navigation/Makefile
|
||||
gst-libs/gst/net/Makefile
|
||||
gst-libs/gst/propertyprobe/Makefile
|
||||
gst-libs/gst/riff/Makefile
|
||||
gst-libs/gst/tag/Makefile
|
||||
|
|
|
@ -11,6 +11,7 @@ SUBDIRS = \
|
|||
$(GCONF_DIR) \
|
||||
mixer \
|
||||
navigation \
|
||||
net \
|
||||
propertyprobe \
|
||||
riff \
|
||||
tag \
|
||||
|
@ -26,6 +27,7 @@ DIST_SUBDIRS = \
|
|||
gconf \
|
||||
mixer \
|
||||
navigation \
|
||||
net \
|
||||
propertyprobe \
|
||||
riff \
|
||||
tag \
|
||||
|
|
|
@ -4,8 +4,6 @@ libgstnetinclude_HEADERS = gstnetbuffer.h
|
|||
|
||||
noinst_LTLIBRARIES = libgstnet-@GST_MAJORMINOR@.la
|
||||
|
||||
libgstnet_la_SOURCES = gstnetbuffer.c
|
||||
|
||||
libgstnet_@GST_MAJORMINOR@_la_SOURCES = gstnetbuffer.c
|
||||
libgstnet_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir)/gst/tags
|
||||
libgstnet_@GST_MAJORMINOR@_la_LIBADD = $(GST_LIBS)
|
||||
|
|
|
@ -4,8 +4,6 @@ libgstnetinclude_HEADERS = gstnetbuffer.h
|
|||
|
||||
noinst_LTLIBRARIES = libgstnet-@GST_MAJORMINOR@.la
|
||||
|
||||
libgstnet_la_SOURCES = gstnetbuffer.c
|
||||
|
||||
libgstnet_@GST_MAJORMINOR@_la_SOURCES = gstnetbuffer.c
|
||||
libgstnet_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir)/gst/tags
|
||||
libgstnet_@GST_MAJORMINOR@_la_LIBADD = $(GST_LIBS)
|
||||
|
|
Loading…
Reference in a new issue