aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-01-31 20:03:29 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-01-31 20:03:36 +0100
commitdd87d4a318b36cd246ca2fc40e74565f4bf2abfd (patch)
treeae47e78b2d0fe6d89c73affa49e0bcce10051c21 /configure
parent01d012ba3db91d555b6905d21afcb232150b9ecf (diff)
parent52acd79165e70799871a2feeb02b4fdc0d38a956 (diff)
downloadffmpeg-dd87d4a318b36cd246ca2fc40e74565f4bf2abfd.tar.gz
Merge remote-tracking branch 'qatar/master'
* qatar/master: x86: hpel: Move {avg,put}_pixels16_sse2 to hpeldsp configure: Add a comment indicating why uclibc is checked before glibc Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index e584be7ff6..b61359c7a7 100755
--- a/configure
+++ b/configure
@@ -3347,6 +3347,7 @@ esac
# determine libc flavour
+# uclibc defines __GLIBC__, so it needs to be checked before glibc.
if check_cpp_condition features.h "defined __UCLIBC__"; then
libc_type=uclibc
add_cppflags -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600