Files
bsdports/media/sox/files/_patch-ffmpeg
2019-12-26 07:26:06 +00:00

12 lines
206 B
Plaintext

--- src/ffmpeg.h.orig
+++ src/ffmpeg.h
@@ -27,6 +27,8 @@
#include <ffmpeg/avformat.h>
#endif
+#include <libavutil/mathematics.h>
+
#if defined __SUNPRO_C
#pragma enable_warn
#elif defined _MSC_VER