gst-libs: include config.h in all source files
authorTim-Philipp Müller <tim@centricular.com>
Sat, 28 Apr 2018 13:50:11 +0000 (14:50 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Mon, 13 Aug 2018 08:23:34 +0000 (09:23 +0100)
This will be needed later when we get our export define from config.h

28 files changed:
gst-libs/gst/audio/audio-quantize.c
gst-libs/gst/audio/gstaudiobasesink.c
gst-libs/gst/audio/gstaudiometa.c
gst-libs/gst/audio/gstaudioringbuffer.c
gst-libs/gst/audio/gstaudiosink.c
gst-libs/gst/audio/gstaudiosrc.c
gst-libs/gst/gl/egl/gstegl.c
gst-libs/gst/gl/gbm/gstglwindow_gbm_egl.c
gst-libs/gst/pbutils/gstpluginsbaseversion.c
gst-libs/gst/rtp/gstrtcpbuffer.c
gst-libs/gst/rtp/gstrtpbasedepayload.c
gst-libs/gst/rtp/gstrtpbuffer.c
gst-libs/gst/rtp/gstrtphdrext.c
gst-libs/gst/rtp/gstrtppayloads.c
gst-libs/gst/rtsp/gstrtspmessage.c
gst-libs/gst/rtsp/gstrtsprange.c
gst-libs/gst/rtsp/gstrtsptransport.c
gst-libs/gst/rtsp/gstrtspurl.c
gst-libs/gst/sdp/gstmikey.c
gst-libs/gst/tag/gsttageditingprivate.c
gst-libs/gst/video/convertframe.c
gst-libs/gst/video/gstvideoaffinetransformationmeta.c
gst-libs/gst/video/gstvideometa.c
gst-libs/gst/video/gstvideopool.c
gst-libs/gst/video/gstvideotimecode.c
gst-libs/gst/video/video-dither.c
gst-libs/gst/video/video-event.c
gst-libs/gst/video/video-tile.c

index 5ac5460..8c62717 100644 (file)
@@ -25,6 +25,9 @@
  *         generated by dmaker
  *         http://shibatch.sf.net
  */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include <gst/gst.h>
 #include <string.h>
index 94af258..2a7674f 100644 (file)
@@ -30,6 +30,9 @@
  * ::create_ringbuffer vmethod. This base class will then take care of
  * writing samples to the ringbuffer, synchronisation, clipping and flushing.
  */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include <string.h>
 
index 240089d..7ebbad1 100644 (file)
@@ -26,6 +26,9 @@
  * audio buffers. These functions in this module help to create and attach the
  * meta as well as extracting it.
  */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include <string.h>
 
index 991b774..90d0cac 100644 (file)
@@ -33,6 +33,9 @@
  * implementations.
  *
  */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include <string.h>
 
index cc48f7d..dfbdf94 100644 (file)
@@ -48,6 +48,9 @@
  * together with #GstAudioBaseSink using a default implementation of a
  * #GstAudioRingBuffer that uses threads.
  */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include <string.h>
 
index c3faf8f..64fcb9d 100644 (file)
@@ -41,6 +41,9 @@
  * together with #GstAudioBaseSrc using a default implementation of a
  * #GstAudioRingBuffer that uses threads.
  */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include <string.h>
 
index 9f455e5..9d7b83f 100644 (file)
@@ -17,6 +17,9 @@
  * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
  * Boston, MA 02110-1301, USA.
  */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include <gst/gl/egl/gstegl.h>
 
index 0d68b92..ec24ef3 100644 (file)
@@ -17,6 +17,9 @@
  * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
  * Boston, MA 02110-1301, USA.
  */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include <poll.h>
 
index 3b6f9ea..d4075b2 100644 (file)
@@ -29,6 +29,9 @@
  *
  * The version macros get defined by including &lt;gst/pbutils/pbutils.h&gt;.
  */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include "gstpluginsbaseversion.h"
 
index 5a858c7..ce0b91f 100644 (file)
@@ -38,6 +38,9 @@
  * gst_rtcp_packet_move_to_next().
  *
  */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include <string.h>
 
index 2420174..9047a01 100644 (file)
@@ -25,6 +25,9 @@
  *
  * Provides a base class for RTP depayloaders
  */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include "gstrtpbasedepayload.h"
 
index 1768392..fb4f573 100644 (file)
@@ -29,6 +29,9 @@
  * 'application/x-rtp' #GstCaps.
  *
  */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include "gstrtpbuffer.h"
 
index 5d483c1..f653f2f 100644 (file)
@@ -24,6 +24,9 @@
  * @see_also: #GstRTPBasePayload, #GstRTPBaseDepayload, gstrtpbuffer
  *
  */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include "gstrtphdrext.h"
 
index 702cceb..2c41782 100644 (file)
@@ -31,6 +31,9 @@
  * and get session bandwidth information.
  *
  */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include <string.h>
 
index 67bdd49..fb4b651 100644 (file)
@@ -50,6 +50,9 @@
  *
  * Provides methods for creating and parsing request, response and data messages.
  */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include <string.h>
 
index 624fc71..ef41c8a 100644 (file)
@@ -47,6 +47,9 @@
  *
  * Provides helper functions to deal with time ranges.
  */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include <math.h>
 #include <stdio.h>
index 1336447..2884c55 100644 (file)
@@ -48,6 +48,9 @@
  *
  * Provides helper functions to deal with RTSP transport strings.
  */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include <string.h>
 #include <stdlib.h>
index 9ae15ca..dfb76df 100644 (file)
@@ -47,6 +47,9 @@
  *
  * Provides helper functions to handle RTSP urls.
  */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include <stdlib.h>
 #include <string.h>
index 9a2dc7a..0d0da34 100644 (file)
@@ -29,6 +29,9 @@
  *
  * Since: 1.4
  */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include <string.h>
 
index 0d18e89..db531f6 100644 (file)
@@ -16,6 +16,9 @@
  * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
  * Boston, MA 02110-1301, USA.
  */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include "gsttageditingprivate.h"
 
index 61e9c1a..faaba3a 100644 (file)
@@ -18,6 +18,9 @@
  * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
  * Boston, MA 02110-1301, USA.
  */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include <string.h>
 #include "video.h"
index 5804779..b8c9975 100644 (file)
@@ -18,6 +18,9 @@
  * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
  * Boston, MA 02110-1301, USA.
  */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include "gstvideoaffinetransformationmeta.h"
 
index c21a468..0cb8029 100644 (file)
@@ -16,6 +16,9 @@
  * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
  * Boston, MA 02110-1301, USA.
  */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include "gstvideometa.h"
 
index 30d271e..7cfd367 100644 (file)
@@ -16,6 +16,9 @@
  * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
  * Boston, MA 02110-1301, USA.
  */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include "gst/video/gstvideometa.h"
 #include "gst/video/gstvideopool.h"
index a2e1ded..a7187f3 100644 (file)
@@ -16,6 +16,9 @@
  * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
  * Boston, MA 02110-1301, USA.
  */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include <stdio.h>
 #include "gstvideotimecode.h"
index 3f5e6bd..3f244a4 100644 (file)
@@ -16,6 +16,9 @@
  * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
  * Boston, MA 02110-1301, USA.
  */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include <string.h>
 
index 0cbd400..4533703 100644 (file)
@@ -18,6 +18,9 @@
  * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
  * Boston, MA 02110-1301, USA.
  */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include "video-event.h"
 
index aebaccc..a54b986 100644 (file)
@@ -16,6 +16,9 @@
  * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
  * Boston, MA 02110-1301, USA.
  */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include <gst/video/video-tile.h>