[FFmpeg-cvslog] configure: check for access()

Michael Niedermayer git at videolan.org
Tue Nov 27 05:08:43 CET 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Nov 27 04:55:26 2012 +0100| [465becbc4f1fd6dc7973fb69a2d46e8c8580e719] | committer: Michael Niedermayer

configure: check for access()

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=465becbc4f1fd6dc7973fb69a2d46e8c8580e719
---

 configure |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure b/configure
index 85c2a86..9b2f2ae 100755
--- a/configure
+++ b/configure
@@ -1304,6 +1304,7 @@ HAVE_LIST="
     $HAVE_LIST_PUB
     $THREADS_LIST
     $MATH_FUNCS
+    access
     aligned_malloc
     aligned_stack
     alsa_asoundlib_h
@@ -3609,6 +3610,7 @@ fi
 # Solaris has nanosleep in -lrt, OpenSolaris no longer needs that
 check_func nanosleep || { check_func nanosleep -lrt && add_extralibs -lrt; }
 
+check_func  access
 check_func  clock_gettime || { check_func clock_gettime -lrt && add_extralibs -lrt; }
 check_func  fcntl
 check_func  fork



More information about the ffmpeg-cvslog mailing list