mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
gst-libs/gst/audio/: Fix include of config.h
Original commit message from CVS: * gst-libs/gst/audio/multichannel.c: * gst-libs/gst/audio/testchannels.c: Fix include of config.h
This commit is contained in:
parent
2f96504ff9
commit
dd01a1e56a
4 changed files with 9 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
|||
2008-10-08 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
* gst-libs/gst/audio/multichannel.c:
|
||||
* gst-libs/gst/audio/testchannels.c:
|
||||
Fix include of config.h
|
||||
|
||||
2008-10-06 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit ea93f2ed580bcc19322e4c07f677eda980c821eb
|
||||
Subproject commit 46eefd2f8474ee748864c59635be87b5a29317d1
|
|
@ -18,7 +18,7 @@
|
|||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "multichannel.h"
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <gst/gst.h>
|
||||
|
|
Loading…
Reference in a new issue