From: Thomas Vander Stichele Date: Mon, 24 May 2004 16:36:54 +0000 (+0000) Subject: use GST_ENABLE_NEW X-Git-Tag: 1.19.3~511^2~14166 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=72f03b689dc79e297c3f792d539ef63a2c959564;p=platform%2Fupstream%2Fgstreamer.git use GST_ENABLE_NEW Original commit message from CVS: use GST_ENABLE_NEW --- diff --git a/ChangeLog b/ChangeLog index 2def2b1518..54cffa825a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-05-24 Thomas Vander Stichele + + * gst/tcp/Makefile.am: + use GST_ENABLE_NEW + 2004-05-24 Benjamin Otte * gst-libs/gst/resample/private.h: diff --git a/gst/tcp/Makefile.am b/gst/tcp/Makefile.am index a5b45b87ab..08858ebbba 100644 --- a/gst/tcp/Makefile.am +++ b/gst/tcp/Makefile.am @@ -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)