# HG changeset patch # User nicodvb # Date 1156976726 0 # Node ID 02907229ccb46b979db83b7d8b1a161fd2e427a3 # Parent 9c679ff8e161f4da00bd8dffe4fcd3ba4875a4cc make sure opt.h is present when detecting libavformat diff -r 9c679ff8e161 -r 02907229ccb4 configure --- a/configure Wed Aug 30 21:07:45 2006 +0000 +++ b/configure Wed Aug 30 22:25:26 2006 +0000 @@ -6159,6 +6159,7 @@ _libavformat_so=no cat > $TMPC < + #include int main(void) { av_alloc_format_context(); return 0; } EOF if pkg-config --exists libavformat ; then