[FFmpeg-cvslog] avcodec/mips/aaccoder_mips: Disable ff_aac_coder_init_mips() to prevent build failure

Michael Niedermayer git at videolan.org
Tue Oct 13 00:19:52 CEST 2015


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Mon Oct 12 18:45:31 2015 +0200| [97437bd17a8c5d4135b2f3b1b299bd7bb72ce02c] | committer: Michael Niedermayer

avcodec/mips/aaccoder_mips: Disable ff_aac_coder_init_mips() to prevent build failure

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=97437bd17a8c5d4135b2f3b1b299bd7bb72ce02c
---

 libavcodec/mips/aaccoder_mips.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/mips/aaccoder_mips.c b/libavcodec/mips/aaccoder_mips.c
index 269a124..53de94c 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;
 



More information about the ffmpeg-cvslog mailing list