[SCM] libav/experimental: Add missing sys/select.h #include, fixes compilation on FreeBSD 7.0. patch by Alexis Ballier, alexis.ballier gmail com

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:31:31 UTC 2013


The following commit has been merged in the experimental branch:
commit d84b1cb3da7e4c84243f6eff42f0c6ec11d1ea27
Author: Alexis Ballier <alexis.ballier at gmail.com>
Date:   Mon Oct 20 05:26:52 2008 +0000

    Add missing sys/select.h #include, fixes compilation on FreeBSD 7.0.
    patch by Alexis Ballier, alexis.ballier gmail com
    
    Originally committed as revision 15649 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavdevice/audio.c b/libavdevice/audio.c
index 8520a5f..d056711 100644
--- a/libavdevice/audio.c
+++ b/libavdevice/audio.c
@@ -34,6 +34,7 @@
 #include <fcntl.h>
 #include <sys/ioctl.h>
 #include <sys/time.h>
+#include <sys/select.h>
 
 #include "libavutil/log.h"
 #include "libavcodec/avcodec.h"

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list