1
0
Fork 0
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:
Rafaël Carré 2010-07-01 08:40:00 +00:00
parent ceab0b04eb
commit 7da040bf22
4 changed files with 0 additions and 16 deletions

View file

@ -19,8 +19,6 @@
*
****************************************************************************/
#ifndef SIMULATOR
#include <inttypes.h>
#include "codeclib.h"
@ -404,5 +402,3 @@ enum codec_status codec_main(void)
return CODEC_OK;
} /* codec_start */
#endif /* ndef SIMULATOR */

View file

@ -32,8 +32,6 @@
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// Library General Public License for more details.
#ifndef SIMULATOR
#include <inttypes.h>
#include "codeclib.h"
@ -2637,5 +2635,3 @@ enum codec_status codec_main(void)
return CODEC_OK;
} /* codec_start */
#endif /* ndef SIMULATOR */

View file

@ -19,8 +19,6 @@
*
****************************************************************************/
#ifndef SIMULATOR
#include <inttypes.h>
#include "codeclib.h"
@ -393,5 +391,3 @@ enum codec_status codec_main(void)
return CODEC_OK;
} /* codec_start */
#endif /* ndef SIMULATOR */

View file

@ -19,8 +19,6 @@
*
****************************************************************************/
#ifndef SIMULATOR
#include "codeclib.h"
#include "libwavpack/wavpack.h"
@ -474,5 +472,3 @@ enum codec_status codec_main(void)
return CODEC_OK;
} /* codec_start */
#endif /* ndef SIMULATOR */