[MPlayer-cvslog] r23084 - trunk/configure
nicodvb
subversion at mplayerhq.hu
Sun Apr 22 22:03:10 CEST 2007
Author: nicodvb
Date: Sun Apr 22 22:03:09 2007
New Revision: 23084
Log:
include inttypes.h in the check for dvdnav
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sun Apr 22 22:03:09 2007
@@ -5206,6 +5206,7 @@ if test "$_dvdnav" = auto ; then
fi
if test "$_dvdnav" = auto ; then
cat > $TMPC <<EOF
+#include <inttypes.h>
#include <dvdnav.h>
int main(void) { dvdnav_t *dvd=0; return 0; }
EOF
More information about the MPlayer-cvslog
mailing list