Mercurial > mplayer.hg
comparison configure @ 27431:bb738b9ea7c4
Use '#include <poll.h>' instead of '#include <sys/poll.h>'.
It is the standard location as defined by the Open Group.
author | diego |
---|---|
date | Thu, 14 Aug 2008 15:54:53 +0000 |
parents | 16a31d136c68 |
children | c755245032e7 |
comparison
equal
deleted
inserted
replaced
27430:8bc08d1b115d | 27431:bb738b9ea7c4 |
---|---|
4527 | 4527 |
4528 echocheck "DVB" | 4528 echocheck "DVB" |
4529 if test "$_dvb" = auto ; then | 4529 if test "$_dvb" = auto ; then |
4530 _dvb=no | 4530 _dvb=no |
4531 cat >$TMPC << EOF | 4531 cat >$TMPC << EOF |
4532 #include <sys/poll.h> | 4532 #include <poll.h> |
4533 #include <sys/ioctl.h> | 4533 #include <sys/ioctl.h> |
4534 #include <stdio.h> | 4534 #include <stdio.h> |
4535 #include <time.h> | 4535 #include <time.h> |
4536 #include <unistd.h> | 4536 #include <unistd.h> |
4537 #include <ost/dmx.h> | 4537 #include <ost/dmx.h> |
4557 echocheck "DVB HEAD" | 4557 echocheck "DVB HEAD" |
4558 if test "$_dvbhead" = auto ; then | 4558 if test "$_dvbhead" = auto ; then |
4559 _dvbhead=no | 4559 _dvbhead=no |
4560 | 4560 |
4561 cat >$TMPC << EOF | 4561 cat >$TMPC << EOF |
4562 #include <sys/poll.h> | 4562 #include <poll.h> |
4563 #include <sys/ioctl.h> | 4563 #include <sys/ioctl.h> |
4564 #include <stdio.h> | 4564 #include <stdio.h> |
4565 #include <time.h> | 4565 #include <time.h> |
4566 #include <unistd.h> | 4566 #include <unistd.h> |
4567 #include <linux/dvb/dmx.h> | 4567 #include <linux/dvb/dmx.h> |