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
@ -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>
|
2008-10-06 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||||
|
|
||||||
Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
|
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
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "multichannel.h"
|
#include "multichannel.h"
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user