mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-27 01:28:34 +00:00
Added net stuff, version net lib.
Original commit message from CVS: * gst-libs/gst/net/Makefile.am: * pkgconfig/gstreamer-libs-uninstalled.pc.in: * pkgconfig/gstreamer-libs.pc.in: Added net stuff, version net lib.
This commit is contained in:
parent
239bdbcd62
commit
ec4f41ed25
5 changed files with 25 additions and 10 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2005-06-02 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
|
* gst-libs/gst/net/Makefile.am:
|
||||||
|
* pkgconfig/gstreamer-libs-uninstalled.pc.in:
|
||||||
|
* pkgconfig/gstreamer-libs.pc.in:
|
||||||
|
Added net stuff, version net lib.
|
||||||
|
|
||||||
2005-06-02 Wim Taymans <wim@fluendo.com>
|
2005-06-02 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* examples/seeking/seek.c: (make_vorbis_theora_pipeline),
|
* examples/seeking/seek.c: (make_vorbis_theora_pipeline),
|
||||||
|
|
|
@ -1,8 +1,12 @@
|
||||||
noinst_LTLIBRARIES = libgstnet.la
|
libgstnetincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/net
|
||||||
|
|
||||||
|
libgstnetinclude_HEADERS = gstnetbuffer.h
|
||||||
|
|
||||||
|
noinst_LTLIBRARIES = libgstnet-@GST_MAJORMINOR@.la
|
||||||
|
|
||||||
libgstnet_la_SOURCES = gstnetbuffer.c
|
libgstnet_la_SOURCES = gstnetbuffer.c
|
||||||
|
|
||||||
libgstnetincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/net
|
libgstnet_@GST_MAJORMINOR@_la_SOURCES = gstnetbuffer.c
|
||||||
libgstnetinclude_HEADERS = gstnetbuffer.h
|
libgstnet_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir)/gst/tags
|
||||||
|
libgstnet_@GST_MAJORMINOR@_la_LIBADD = $(GST_LIBS)
|
||||||
|
|
||||||
libgstnet_la_CFLAGS = $(GST_CFLAGS)
|
|
||||||
|
|
|
@ -1,8 +1,12 @@
|
||||||
noinst_LTLIBRARIES = libgstnet.la
|
libgstnetincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/net
|
||||||
|
|
||||||
|
libgstnetinclude_HEADERS = gstnetbuffer.h
|
||||||
|
|
||||||
|
noinst_LTLIBRARIES = libgstnet-@GST_MAJORMINOR@.la
|
||||||
|
|
||||||
libgstnet_la_SOURCES = gstnetbuffer.c
|
libgstnet_la_SOURCES = gstnetbuffer.c
|
||||||
|
|
||||||
libgstnetincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/net
|
libgstnet_@GST_MAJORMINOR@_la_SOURCES = gstnetbuffer.c
|
||||||
libgstnetinclude_HEADERS = gstnetbuffer.h
|
libgstnet_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir)/gst/tags
|
||||||
|
libgstnet_@GST_MAJORMINOR@_la_LIBADD = $(GST_LIBS)
|
||||||
|
|
||||||
libgstnet_la_CFLAGS = $(GST_CFLAGS)
|
|
||||||
|
|
|
@ -8,5 +8,5 @@ Description: Streaming-media framework media-specific libraries, not installed
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Requires: gstreamer-@GST_MAJORMINOR@
|
Requires: gstreamer-@GST_MAJORMINOR@
|
||||||
|
|
||||||
Libs: -L${libdir}/audio -L${libdir}/video -L${libdir}/tag
|
Libs: -L${libdir}/audio -L${libdir}/video -L${libdir}/tag -L${libdir}/net
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
|
|
@ -7,5 +7,5 @@ Name: GStreamer Plugin Libraries
|
||||||
Description: Streaming-media framework, plugin libraries
|
Description: Streaming-media framework, plugin libraries
|
||||||
Requires: gstreamer-@GST_MAJORMINOR@
|
Requires: gstreamer-@GST_MAJORMINOR@
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Libs: -L${libdir}/audio -L${libdir}/video -L${libdir}/tag
|
Libs: -L${libdir}/audio -L${libdir}/video -L${libdir}/tag -L${libdir}/net
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
|
Loading…
Reference in a new issue