mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-07 10:19:54 +00:00
avcodec/mips/aaccoder_mips: Disable ff_aac_coder_init_mips() to prevent build failure
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
6eaf97c289
commit
97437bd17a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue