include inttypes.h in the check for dvdnav

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23084 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nicodvb 2007-04-22 20:03:09 +00:00
parent 0fa57522f5
commit 7cc6f7384b
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -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