diff options
author | nicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-08-30 22:25:26 +0000 |
---|---|---|
committer | nicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-08-30 22:25:26 +0000 |
commit | eae1896f51ebd0617528e8d3fdd737e38298c777 (patch) | |
tree | e97ac10718cb5595e0272044ad61d06a83d7b91d | |
parent | d30af6247229f87f15588165be760b603b85f753 (diff) |
make sure opt.h is present when detecting libavformat
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19603 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |