tests: use relative include for out-of-tree builds in dtmf test
authorJonas Holmberg <jonashg@axis.com>
Thu, 28 Feb 2013 12:25:06 +0000 (13:25 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Thu, 28 Feb 2013 12:30:51 +0000 (12:30 +0000)
tests/check/elements/dtmf.c

index 46b681e..454a320 100644 (file)
@@ -33,7 +33,7 @@
 
 /* Include this from the plugin to get the defines */
 
-#include "gst/dtmf/gstdtmfcommon.h"
+#include "../../gst/dtmf/gstdtmfcommon.h"
 
 #define END_BIT (1<<7)