diff mbox series

[FFmpeg-devel,3/3] avutil/tests/audio_fifo: explicitly include config.h

Message ID 20210607022036.960-3-jamrial@gmail.com
State Accepted
Commit 163559ed6206155bb997ff8f283e343e778e4118
Headers show
Series [FFmpeg-devel,1/3] avutil/tests/lzo: remove timer macros | expand

Checks

Context Check Description
andriy/x86_make success Make finished
andriy/x86_make_fate success Make fate finished
andriy/PPC64_make success Make finished
andriy/PPC64_make_fate success Make fate finished

Commit Message

James Almer June 7, 2021, 2:20 a.m. UTC
From: Matthieu Patou <mpatou@fb.com>

Needed for HAVE_BIGENDIAN

Suggested-by: ffmpeg@fb.com
Signed-off-by: James Almer <jamrial@gmail.com>
---
 libavutil/tests/audio_fifo.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/libavutil/tests/audio_fifo.c b/libavutil/tests/audio_fifo.c
index e107166eb1..c9d6bfc7db 100644
--- a/libavutil/tests/audio_fifo.c
+++ b/libavutil/tests/audio_fifo.c
@@ -15,6 +15,7 @@ 
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
+#include "config.h"
 
 #include <stdlib.h>
 #include <stdio.h>