freebsd-ports/audio/faad/files/patch-frontend_mp4read.c
Thomas Zander e81d2a38a5 MFH: r474080
Fix build on several architectures (ensure __builtin_bswap16 is available)

PR:		229339
Submitted by:	tobik

Approved by:	ports-secteam (riggs)
2018-07-07 13:31:26 +00:00

14 lines
289 B
C

Make sure WORDS_BIGENDIAN is available on big endian archs like
powerpc{,64}.
--- frontend/mp4read.c.orig 2018-06-26 06:56:37 UTC
+++ frontend/mp4read.c
@@ -24,6 +24,7 @@
#include <time.h>
#include <limits.h>
+#include "config.h"
#include "unicode_support.h"
#include "mp4read.h"