summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-30 22:25:26 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-30 22:25:26 +0000
commiteae1896f51ebd0617528e8d3fdd737e38298c777 (patch)
treee97ac10718cb5595e0272044ad61d06a83d7b91d /configure
parentd30af6247229f87f15588165be760b603b85f753 (diff)
downloadmpv-eae1896f51ebd0617528e8d3fdd737e38298c777.tar.bz2
mpv-eae1896f51ebd0617528e8d3fdd737e38298c777.tar.xz
make sure opt.h is present when detecting libavformat
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19603 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-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