diff options
Diffstat (limited to 'include/gst/sdp/sdp.h')
-rw-r--r-- | include/gst/sdp/sdp.h | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/include/gst/sdp/sdp.h b/include/gst/sdp/sdp.h new file mode 100644 index 0000000000..f7dd52740a --- /dev/null +++ b/include/gst/sdp/sdp.h @@ -0,0 +1,31 @@ +/* GStreamer + * Copyright (C) 2012 GStreamer developers + * + * gstsdp.h: single include header for gst-sdp library + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Library General Public License for more details. + * + * You should have received a copy of the GNU Library General Public + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. + */ + +#ifndef __GST_SDP__H__ +#define __GST_SDP__H__ + +#include <gst/sdp/sdp-prelude.h> + +#include <gst/sdp/gstsdp.h> +#include <gst/sdp/gstsdpmessage.h> +#include <gst/sdp/gstmikey.h> + +#endif /* __GST_SDP__H__ */ |