mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
Don't include config.h multiple times when build audio testchannel app.
Fixes build problem on win32 (#585075).
This commit is contained in:
parent
79e97ec5ec
commit
249d9b4aa1
1 changed files with 2 additions and 8 deletions
|
@ -17,14 +17,8 @@
|
|||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <gst/gst.h>
|
||||
|
||||
#include <multichannel.c>
|
||||
#include <audio-enumtypes.c>
|
||||
#include "multichannel.c"
|
||||
#include "audio-enumtypes.c"
|
||||
|
||||
gint
|
||||
main (gint argc, gchar * argv[])
|
||||
|
|
Loading…
Reference in a new issue