mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
Oops, fix red - only include ascodec-target.h when HAVE_AS3514 is defined
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18941 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
42f77d4eb0
commit
a8a61ee991
1 changed files with 4 additions and 0 deletions
|
|
@ -22,6 +22,10 @@
|
|||
#ifndef _ASCODEC_H
|
||||
#define _ASCODEC_H
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#ifdef HAVE_AS3514
|
||||
#include "ascodec-target.h"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue