Fix checkwps build for dx50 & dx90 targets
Their codec headers weren't in the right place. Change-Id: Iae16c10defc937cc227afd8992ff45cd6d664898
This commit is contained in:
parent
a87c96cd79
commit
683abd77d2
3 changed files with 2 additions and 2 deletions
|
@ -215,7 +215,7 @@ struct sound_settings_info
|
||||||
#include "cs4398.h"
|
#include "cs4398.h"
|
||||||
#elif defined(HAVE_ES9018)
|
#elif defined(HAVE_ES9018)
|
||||||
#include "es9018.h"
|
#include "es9018.h"
|
||||||
#elif (CONFIG_PLATFORM & (PLATFORM_ANDROID | PLATFORM_MAEMO\
|
#elif (CONFIG_PLATFORM & (PLATFORM_ANDROID | PLATFORM_MAEMO \
|
||||||
| PLATFORM_PANDORA | PLATFORM_SDL))
|
| PLATFORM_PANDORA | PLATFORM_SDL))
|
||||||
#include "hosted_codec.h"
|
#include "hosted_codec.h"
|
||||||
#elif defined(DX50)
|
#elif defined(DX50)
|
||||||
|
|
Loading…
Reference in a new issue