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 2def2b1518c977b17107d3b85cf6481f56bb728c..54cffa825a07e416c1cda8b0052ae67a046f2423 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:
 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
 
        * gst-libs/gst/resample/private.h:
index a5b45b87ab0d3e7022a9e5f2cf2a68d3bad4c15c..08858ebbba774e0046ef454d9814dc3313788cf7 100644 (file)
@@ -20,7 +20,8 @@ libgsttcp_la_SOURCES = \
        gsttcpclientsrc.c gsttcpclientsink.c \
        gsttcpserversrc.c gsttcpserversink.c
 
        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)
 
 libgsttcp_la_LIBADD =
 libgsttcp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)