diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2015-10-12 18:45:31 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-10-13 00:01:39 +0200 |
commit | 97437bd17a8c5d4135b2f3b1b299bd7bb72ce02c (patch) | |
tree | a6c27cfdc98c5462a23e9e104a8cbff31a148fd9 /libavcodec/mips | |
parent | 6eaf97c2894ddd8031d1cbcf1061a84920e93a91 (diff) | |
download | ffmpeg-97437bd17a8c5d4135b2f3b1b299bd7bb72ce02c.tar.gz |
avcodec/mips/aaccoder_mips: Disable ff_aac_coder_init_mips() to prevent build failure
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/mips')
-rw-r--r-- | libavcodec/mips/aaccoder_mips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mips/aaccoder_mips.c b/libavcodec/mips/aaccoder_mips.c index 269a12465f..53de94cadc 100644 --- a/libavcodec/mips/aaccoder_mips.c +++ b/libavcodec/mips/aaccoder_mips.c @@ -2543,7 +2543,7 @@ static void search_for_ms_mips(AACEncContext *s, ChannelElement *cpe) #endif /* HAVE_INLINE_ASM */ void ff_aac_coder_init_mips(AACEncContext *c) { -#if HAVE_INLINE_ASM +#if 0 // HAVE_INLINE_ASM AACCoefficientsEncoder *e = c->coder; int option = c->options.aac_coder; |