Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean First <jeanfirst@gmail.com>2012-11-07 14:27:06 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-12-15 04:33:19 +0400
commita8b3f0c5cf548f654e30c981988bb71981a3f8d3 (patch)
tree5c5f68100b119a57c25fa05a10cb2caa6791e911 /configure
parentb6671787db5b5d53e065f88e52a35d94cb50504c (diff)
fate: check if rsync has the contimeout option
rsync on osx misses the --contimeout option Signed-off-by: Jean First <jeanfirst@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index e21dcb6de3..a50d073c4e 100755
--- a/configure
+++ b/configure
@@ -1413,6 +1413,7 @@ HAVE_LIST="
posix_memalign
pthread_cancel
rdtsc
+ rsync_contimeout
sched_getaffinity
sdl
sdl_video_size
@@ -3910,6 +3911,7 @@ texi2html --help 2> /dev/null | grep -q 'init-file' && enable texi2html || disab
makeinfo --version > /dev/null 2>&1 && enable makeinfo || disable makeinfo
perl --version > /dev/null 2>&1 && enable perl || disable perl
pod2man --help > /dev/null 2>&1 && enable pod2man || disable pod2man
+rsync --help 2> /dev/null | grep -q 'contimeout' && enable rsync_contimeout || disable rsync_contimeout
check_header linux/fb.h
check_header linux/videodev.h