diff options
Diffstat (limited to 'apps/codecs/mp3_enc.c')
| -rw-r--r-- | apps/codecs/mp3_enc.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/codecs/mp3_enc.c b/apps/codecs/mp3_enc.c index 2739778..17d980f 100644 --- a/apps/codecs/mp3_enc.c +++ b/apps/codecs/mp3_enc.c @@ -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 */ |