[MPlayer-cvslog] r19603 - trunk/configure
nicodvb
subversion at mplayerhq.hu
Thu Aug 31 00:25:26 CEST 2006
Author: nicodvb
Date: Thu Aug 31 00:25:26 2006
New Revision: 19603
Modified:
trunk/configure
Log:
make sure opt.h is present when detecting libavformat
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Thu Aug 31 00:25:26 2006
@@ -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
More information about the MPlayer-cvslog
mailing list