summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 3dc9856ccf..263c169b85 100755
--- a/configure
+++ b/configure
@@ -6159,6 +6159,7 @@ if test "$_libavformat_so" = auto ; then
_libavformat_so=no
cat > $TMPC <<EOF
#include <ffmpeg/avformat.h>
+ #include <ffmpeg/opt.h>
int main(void) { av_alloc_format_context(); return 0; }
EOF
if pkg-config --exists libavformat ; then