From 7cc6f7384b88596e829f55de7c71508a3806b3e8 Mon Sep 17 00:00:00 2001 From: nicodvb Date: Sun, 22 Apr 2007 20:03:09 +0000 Subject: [PATCH] include inttypes.h in the check for dvdnav git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23084 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index efb0612dbb..7b05c6bea2 100755 --- a/configure +++ b/configure @@ -5206,6 +5206,7 @@ if test "$_dvdnav" = auto ; then fi if test "$_dvdnav" = auto ; then cat > $TMPC < #include int main(void) { dvdnav_t *dvd=0; return 0; } EOF