mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
use GST_ENABLE_NEW
Original commit message from CVS: use GST_ENABLE_NEW
This commit is contained in:
parent
75375e26de
commit
72f03b689d
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* gst/tcp/Makefile.am:
|
||||
use GST_ENABLE_NEW
|
||||
|
||||
2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
|
||||
|
||||
* gst-libs/gst/resample/private.h:
|
||||
|
|
|
@ -20,7 +20,8 @@ libgsttcp_la_SOURCES = \
|
|||
gsttcpclientsrc.c gsttcpclientsink.c \
|
||||
gsttcpserversrc.c gsttcpserversink.c
|
||||
|
||||
libgsttcp_la_CFLAGS = $(GST_CFLAGS)
|
||||
# remove ENABLE_NEW when dataprotocol is stable
|
||||
libgsttcp_la_CFLAGS = $(GST_CFLAGS) -DGST_ENABLE_NEW
|
||||
libgsttcp_la_LIBADD =
|
||||
libgsttcp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue