summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2015-10-12 18:45:31 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2015-10-13 00:01:39 +0200
commit97437bd17a8c5d4135b2f3b1b299bd7bb72ce02c (patch)
treea6c27cfdc98c5462a23e9e104a8cbff31a148fd9 /libavcodec
parent6eaf97c2894ddd8031d1cbcf1061a84920e93a91 (diff)
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')
-rw-r--r--libavcodec/mips/aaccoder_mips.c2
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;