mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
gst/tcp/Makefile.am: fdstresstest doesn't need Gtk+, fix compilation if gtk is not available (#342566).
Original commit message from CVS: Patch by: Peter Kjellerstedt <pkj at axis com> * gst/tcp/Makefile.am: fdstresstest doesn't need Gtk+, fix compilation if gtk is not available (#342566).
This commit is contained in:
parent
0e710f94cc
commit
1241355085
2 changed files with 10 additions and 2 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
2006-05-22 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
|
Patch by: Peter Kjellerstedt <pkj at axis com>
|
||||||
|
|
||||||
|
* gst/tcp/Makefile.am:
|
||||||
|
fdstresstest doesn't need Gtk+, fix compilation if
|
||||||
|
gtk is not available (#342566).
|
||||||
|
|
||||||
2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
|
2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>
|
||||||
|
|
||||||
* gst-libs/gst/rtp/gstbasertpaudiopayload.c:
|
* gst-libs/gst/rtp/gstbasertpaudiopayload.c:
|
||||||
|
|
|
@ -43,5 +43,5 @@ EXTRA_DIST = gsttcp-marshal.list
|
||||||
noinst_PROGRAMS = fdsetstress
|
noinst_PROGRAMS = fdsetstress
|
||||||
|
|
||||||
fdsetstress_SOURCES = fdsetstress.c gstfdset.c
|
fdsetstress_SOURCES = fdsetstress.c gstfdset.c
|
||||||
fdsetstress_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
|
fdsetstress_CFLAGS = $(GST_CFLAGS)
|
||||||
fdsetstress_LDFLAGS = $(GST_LIBS) $(GTK_LIBS)
|
fdsetstress_LDFLAGS = $(GST_LIBS)
|
||||||
|
|
Loading…
Reference in a new issue