mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
gdp: wrap header in _NEW
Original commit message from CVS: wrap header in _NEW
This commit is contained in:
parent
44dc4f9608
commit
047718e576
1 changed files with 3 additions and 0 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in a new issue