forked from len0rd/rockbox
encoders are not built in sim builds
no need to check for SIMULATOR in the .c files git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27209 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ceab0b04eb
commit
7da040bf22
4 changed files with 0 additions and 16 deletions
|
@ -19,8 +19,6 @@
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#ifndef SIMULATOR
|
|
||||||
|
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#include "codeclib.h"
|
#include "codeclib.h"
|
||||||
|
|
||||||
|
@ -404,5 +402,3 @@ enum codec_status codec_main(void)
|
||||||
|
|
||||||
return CODEC_OK;
|
return CODEC_OK;
|
||||||
} /* codec_start */
|
} /* codec_start */
|
||||||
|
|
||||||
#endif /* ndef SIMULATOR */
|
|
||||||
|
|
|
@ -32,8 +32,6 @@
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
// Library General Public License for more details.
|
// Library General Public License for more details.
|
||||||
|
|
||||||
#ifndef SIMULATOR
|
|
||||||
|
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#include "codeclib.h"
|
#include "codeclib.h"
|
||||||
|
|
||||||
|
@ -2637,5 +2635,3 @@ enum codec_status codec_main(void)
|
||||||
|
|
||||||
return CODEC_OK;
|
return CODEC_OK;
|
||||||
} /* codec_start */
|
} /* codec_start */
|
||||||
|
|
||||||
#endif /* ndef SIMULATOR */
|
|
||||||
|
|
|
@ -19,8 +19,6 @@
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#ifndef SIMULATOR
|
|
||||||
|
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#include "codeclib.h"
|
#include "codeclib.h"
|
||||||
|
|
||||||
|
@ -393,5 +391,3 @@ enum codec_status codec_main(void)
|
||||||
|
|
||||||
return CODEC_OK;
|
return CODEC_OK;
|
||||||
} /* codec_start */
|
} /* codec_start */
|
||||||
|
|
||||||
#endif /* ndef SIMULATOR */
|
|
||||||
|
|
|
@ -19,8 +19,6 @@
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#ifndef SIMULATOR
|
|
||||||
|
|
||||||
#include "codeclib.h"
|
#include "codeclib.h"
|
||||||
#include "libwavpack/wavpack.h"
|
#include "libwavpack/wavpack.h"
|
||||||
|
|
||||||
|
@ -474,5 +472,3 @@ enum codec_status codec_main(void)
|
||||||
|
|
||||||
return CODEC_OK;
|
return CODEC_OK;
|
||||||
} /* codec_start */
|
} /* codec_start */
|
||||||
|
|
||||||
#endif /* ndef SIMULATOR */
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue