[SCM] libav/experimental: Check for sys/mman.h and set appropriate definitions. patch by Alexander Strange, astrange ithinksw com

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


The following commit has been merged in the experimental branch:
commit b58412f10640489ed9fe929a0f2ca116d9d19e53
Author: Alexander Strange <astrange at ithinksw.com>
Date:   Wed Mar 19 10:11:16 2008 +0000

    Check for sys/mman.h and set appropriate definitions.
    patch by Alexander Strange, astrange ithinksw com
    
    Originally committed as revision 12503 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index c81375b..46996db 100755
--- a/configure
+++ b/configure
@@ -754,6 +754,7 @@ HAVE_LIST="
     socklen_t
     soundcard_h
     poll_h
+    sys_mman_h
     sys_select_h
     sys_soundcard_h
     termios_h
@@ -1597,6 +1598,7 @@ check_header byteswap.h
 check_header conio.h
 check_header dlfcn.h
 check_header malloc.h
+check_header sys/mman.h
 check_header termios.h
 
 if ! enabled_any memalign memalign_hack && enabled need_memalign ; then

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list