From eae1896f51ebd0617528e8d3fdd737e38298c777 Mon Sep 17 00:00:00 2001 From: nicodvb Date: Wed, 30 Aug 2006 22:25:26 +0000 Subject: [PATCH] make sure opt.h is present when detecting libavformat git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19603 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 1 + 1 file changed, 1 insertion(+) 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 < + #include int main(void) { av_alloc_format_context(); return 0; } EOF if pkg-config --exists libavformat ; then