[MPlayer-cvslog] r19220 - trunk/libao2/ao_mpegpes.c
nicodvb
subversion at mplayerhq.hu
Fri Jul 28 17:40:05 CEST 2006
Author: nicodvb
Date: Fri Jul 28 17:40:05 2006
New Revision: 19220
Modified:
trunk/libao2/ao_mpegpes.c
Log:
include sys/poll.h only when HAVE_DVB[_HEAD] is set
Modified: trunk/libao2/ao_mpegpes.c
==============================================================================
--- trunk/libao2/ao_mpegpes.c (original)
+++ trunk/libao2/ao_mpegpes.c Fri Jul 28 17:40:05 2006
@@ -6,7 +6,6 @@
#include <fcntl.h>
#include <unistd.h>
#include <inttypes.h>
-#include <sys/poll.h>
#include "config.h"
@@ -15,6 +14,7 @@
#endif
#ifdef HAVE_DVB
+#include <sys/poll.h>
#include <sys/ioctl.h>
#endif
More information about the MPlayer-cvslog
mailing list