diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/gdk_pixbuf/gstgdkanimation.c | 2 | ||||
-rw-r--r-- | ext/jpeg/gstjpeg.c | 2 | ||||
-rw-r--r-- | ext/libpng/gstpng.c | 2 | ||||
-rw-r--r-- | ext/speex/gstspeex.c | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/ext/gdk_pixbuf/gstgdkanimation.c b/ext/gdk_pixbuf/gstgdkanimation.c index 78e92216..a0b6cb93 100644 --- a/ext/gdk_pixbuf/gstgdkanimation.c +++ b/ext/gdk_pixbuf/gstgdkanimation.c @@ -17,7 +17,9 @@ * Boston, MA 02111-1307, USA. */ +#ifdef HAVE_CONFIG_H #include "config.h" +#endif #include "gstgdkanimation.h" #include <unistd.h> diff --git a/ext/jpeg/gstjpeg.c b/ext/jpeg/gstjpeg.c index 2fe1000d..1a78b222 100644 --- a/ext/jpeg/gstjpeg.c +++ b/ext/jpeg/gstjpeg.c @@ -16,7 +16,9 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ +#ifdef HAVE_CONFIG_H #include <config.h> +#endif #include "gstjpegdec.h" #include "gstjpegenc.h" diff --git a/ext/libpng/gstpng.c b/ext/libpng/gstpng.c index 20e5d0b0..38a492f4 100644 --- a/ext/libpng/gstpng.c +++ b/ext/libpng/gstpng.c @@ -16,7 +16,9 @@ * */ +#ifdef HAVE_CONFIG_H #include <config.h> +#endif #include <string.h> #include <gst/gst.h> diff --git a/ext/speex/gstspeex.c b/ext/speex/gstspeex.c index 022b8ca9..df2f230c 100644 --- a/ext/speex/gstspeex.c +++ b/ext/speex/gstspeex.c @@ -16,7 +16,9 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ +#ifdef HAVE_CONFIG_H #include <config.h> +#endif #include "gstspeexdec.h" #include "gstspeexenc.h" |