use GST_ENABLE_NEW
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 24 May 2004 16:36:54 +0000 (16:36 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 24 May 2004 16:36:54 +0000 (16:36 +0000)
Original commit message from CVS:
use GST_ENABLE_NEW

ChangeLog
gst/tcp/Makefile.am

index 2def2b1..54cffa8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
index a5b45b8..08858eb 100644 (file)
@@ -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)