diff options
author | Matthieu Patou <mpatou@fb.com> | 2021-01-22 15:55:11 -0800 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2021-06-13 13:39:57 -0300 |
commit | 163559ed6206155bb997ff8f283e343e778e4118 (patch) | |
tree | e4cce6f36a4996ee9b716ac820fcfb5edf371a21 | |
parent | 75f0bc651f999fe946f9bf07ab909fa7aecedbd3 (diff) | |
download | ffmpeg-163559ed6206155bb997ff8f283e343e778e4118.tar.gz |
avutil/tests/audio_ffio: add missing header
Needed for HAVE_BIGENDIAN
Suggested-by: ffmpeg@fb.com
Signed-off-by: James Almer <jamrial@gmail.com>
-rw-r--r-- | libavutil/tests/audio_fifo.c | 1 |
1 files changed, 1 insertions, 0 deletions
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> |