gdp: wrap header in _NEW
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 24 May 2004 16:38:15 +0000 (16:38 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 25 Dec 2011 22:49:57 +0000 (22:49 +0000)
Original commit message from CVS:
wrap header in _NEW

gst/gdp/dataprotocol.h

index 76b1d62a1e39caf44e617100d33107a98c950d23..41e7feeb4fe36b3207c8172c8b89a4eb35882a6a 100644 (file)
@@ -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 */
+