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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-07-12 13:59:45 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-07-12 14:07:14 +0400
commitc6953589f9c48a7420ea4284f404fb656ddf869f (patch)
tree9c7889e947ace75e0f2a9485fd3ea54ff9a8e717 /configure
parent161047f010b1d9dbc153a71c1ee75dc2a34561de (diff)
parentef5b70affc6376bfeadd1ff649b79bad9a124fa8 (diff)
Merge commit 'ef5b70affc6376bfeadd1ff649b79bad9a124fa8'
* commit 'ef5b70affc6376bfeadd1ff649b79bad9a124fa8': configure: Check for support for labels in the inline assembly The timer code is not placed under ifdef as ours does not use labels Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 54e46c8a7b..e6a6f57b14 100755
--- a/configure
+++ b/configure
@@ -1465,6 +1465,7 @@ HAVE_LIST="
ibm_asm
inet_aton
io_h
+ inline_asm_labels
isatty
jack_port_get_latency_range
kbhit
@@ -3787,6 +3788,8 @@ unsigned int endian = 'B' << 24 | 'I' << 16 | 'G' << 8 | 'E';
EOF
od -t x1 $TMPO | grep -q '42 *49 *47 *45' && enable bigendian
+check_inline_asm inline_asm_labels '"1:\n"'
+
if enabled alpha; then
check_cflags -mieee