FreeBSD fix

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5825 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nexus 2002-04-25 09:30:47 +00:00
parent aa06c562ff
commit 505af4f01d
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -1527,6 +1527,7 @@ echores "$_sys_soundcard"
echocheck "sys/dvdio.h"
cat > $TMPC << EOF
#include <unistd.h>
#include <sys/dvdio.h>
int main(void) { return 0; }
EOF