From b2e80edd1671833dc80eb0c5334cb6a2c58808e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Wallm=C3=A9nius?= Date: Mon, 1 Jul 2013 21:59:44 +0200 Subject: Change CODECFLAGS to a "simply-expanded" var to give the individual codec makefiles larger freedom in what they can do to it. Use this in libopus to prepend the libopus searchpaths to CODECFLAGS so that its internal config.h will be picked up before our global one. This avoids having to do a s/config.h/opus_config.h/ when syncing which will be handy soon. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I018d729aa0c8300fa3149f22a5a8c5668b339dfa Reviewed-on: http://gerrit.rockbox.org/496 Reviewed-by: Nils Wallménius --- apps/rbcodecconfig.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/rbcodecconfig.h') diff --git a/apps/rbcodecconfig.h b/apps/rbcodecconfig.h index cc51595..c924159 100644 --- a/apps/rbcodecconfig.h +++ b/apps/rbcodecconfig.h @@ -1,7 +1,8 @@ #ifndef RBCODECCONFIG_H_INCLUDED #define RBCODECCONFIG_H_INCLUDED -#include "config.h" +/* Explicit path to avoid issues with name clashes (libopus) */ +#include "../firmware/export/config.h" #ifndef __ASSEMBLER__ -- cgit v1.1