1
0
Fork 0
forked from len0rd/rockbox

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.

Change-Id: I018d729aa0c8300fa3149f22a5a8c5668b339dfa
Reviewed-on: http://gerrit.rockbox.org/496
Reviewed-by: Nils Wallménius <nils@rockbox.org>
This commit is contained in:
Nils Wallménius 2013-07-01 21:59:44 +02:00
parent fbc4ef7822
commit b2e80edd16
4 changed files with 20 additions and 17 deletions

View file

@ -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__