From 047718e576e6af9090f522823f43625309332b6c Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 24 May 2004 16:38:15 +0000 Subject: [PATCH] gdp: wrap header in _NEW Original commit message from CVS: wrap header in _NEW --- gst/gdp/dataprotocol.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gst/gdp/dataprotocol.h b/gst/gdp/dataprotocol.h index 76b1d62..41e7fee 100644 --- a/gst/gdp/dataprotocol.h +++ b/gst/gdp/dataprotocol.h @@ -20,6 +20,7 @@ * Boston, MA 02111-1307, USA. */ +#ifdef GST_ENABLE_NEW #ifndef __GST_DATA_PROTOCOL_H__ #define __GST_DATA_PROTOCOL_H__ @@ -98,3 +99,5 @@ gboolean gst_dp_validate_packet (guint header_length, G_END_DECLS #endif /* __GST_DATA_PROTOCOL_H__ */ +#endif /* GST_ENABLE_NEW */ + -- 2.7.4