lavc/mips/iirfilter_mips: Include config.h.

Fixes the following warning:
libavcodec/mips/iirfilter_mips.c:57:5: warning: "HAVE_INLINE_ASM" is not defined
This commit is contained in:
Carl Eugen Hoyos 2017-05-01 10:35:28 +02:00
parent a88b0b0ba7
commit f4c133c708
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@
* Reference: libavcodec/iirfilter.c
*/
#include "config.h"
#include "libavcodec/iirfilter.h"
#if HAVE_INLINE_ASM