You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
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:
@@ -52,6 +52,7 @@
|
||||
* Reference: libavcodec/iirfilter.c
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "libavcodec/iirfilter.h"
|
||||
|
||||
#if HAVE_INLINE_ASM
|
||||
|
Reference in New Issue
Block a user