[SCM] libav/experimental: sapdec: Include sys/time.h for struct timeval

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:17:37 UTC 2013


The following commit has been merged in the experimental branch:
commit 54b2a4238cca294e4d74583499c961956c6cdc6b
Author: Martin Storsjö <martin at martin.st>
Date:   Wed Oct 13 11:09:06 2010 +0000

    sapdec: Include sys/time.h for struct timeval
    
    This hopefully fixes compile errors on OS/2
    
    Originally committed as revision 25466 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/sapdec.c b/libavformat/sapdec.c
index 19d5243..701eae2 100644
--- a/libavformat/sapdec.c
+++ b/libavformat/sapdec.c
@@ -28,6 +28,7 @@
 #if HAVE_SYS_SELECT_H
 #include <sys/select.h>
 #endif
+#include <sys/time.h>
 
 struct SAPState {
     URLContext *ann_fd;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list