changeset 19597:02907229ccb4

make sure opt.h is present when detecting libavformat
author nicodvb
date Wed, 30 Aug 2006 22:25:26 +0000
parents 9c679ff8e161
children 4cff22c91b39
files configure
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 <<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