mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-13 07:02:53 +00:00
Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
Original commit message from CVS: * ext/ffmpeg/gstffmpeg.c: * ext/ffmpeg/gstffmpegcodecmap.c: * ext/ffmpeg/gstffmpegdec.c: * ext/ffmpeg/gstffmpegenc.c: * ext/ffmpeg/gstffmpegprotocol.c: * ext/gdk_pixbuf/gstgdkanimation.c: * ext/jpeg/gstjpeg.c: * ext/libpng/gstpng.c: * ext/mpeg2dec/perftest.c: * ext/speex/gstspeex.c: * gst-libs/gst/resample/dtos.c: * gst/intfloat/gstintfloatconvert.c: * gst/oneton/gstoneton.c: * gst/rtjpeg/RTjpeg.c: * gst/rtp/gstrtp.c: * sys/dxr3/dxr3init.c: * sys/glsink/gstgl_nvimage.c: * sys/glsink/gstgl_pdrimage.c: * sys/glsink/gstglsink.c: * testsuite/gst-lint: Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
This commit is contained in:
parent
86a4117f7e
commit
c5ee12c2a7
6 changed files with 34 additions and 0 deletions
24
ChangeLog
24
ChangeLog
|
@ -1,3 +1,27 @@
|
|||
2004-01-11 David Schleef <ds@schleef.org>
|
||||
|
||||
* ext/ffmpeg/gstffmpeg.c:
|
||||
* ext/ffmpeg/gstffmpegcodecmap.c:
|
||||
* ext/ffmpeg/gstffmpegdec.c:
|
||||
* ext/ffmpeg/gstffmpegenc.c:
|
||||
* ext/ffmpeg/gstffmpegprotocol.c:
|
||||
* ext/gdk_pixbuf/gstgdkanimation.c:
|
||||
* ext/jpeg/gstjpeg.c:
|
||||
* ext/libpng/gstpng.c:
|
||||
* ext/mpeg2dec/perftest.c:
|
||||
* ext/speex/gstspeex.c:
|
||||
* gst-libs/gst/resample/dtos.c:
|
||||
* gst/intfloat/gstintfloatconvert.c:
|
||||
* gst/oneton/gstoneton.c:
|
||||
* gst/rtjpeg/RTjpeg.c:
|
||||
* gst/rtp/gstrtp.c:
|
||||
* sys/dxr3/dxr3init.c:
|
||||
* sys/glsink/gstgl_nvimage.c:
|
||||
* sys/glsink/gstgl_pdrimage.c:
|
||||
* sys/glsink/gstglsink.c:
|
||||
* testsuite/gst-lint:
|
||||
Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
|
||||
|
||||
2004-01-11 David Schleef <ds@schleef.org>
|
||||
|
||||
* ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
|
||||
|
|
|
@ -17,7 +17,9 @@
|
|||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "gstgdkanimation.h"
|
||||
#include <unistd.h>
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -16,7 +16,9 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
#include <gst/gst.h>
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -17,7 +17,9 @@
|
|||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "gstrtpL16enc.h"
|
||||
#include "gstrtpL16parse.h"
|
||||
|
|
Loading…
Reference in a new issue