From ea4e8e642acc8c192a129470cb58c45beb62940b Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Sun, 14 Jul 2013 15:25:43 -0700 Subject: Deprecate oldabi branch by adding a warning to configure In order to build, users must now explicitly pass --enable-building to configure. Signed-off-by: Michael Niedermayer --- configure | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/configure b/configure index 25cea23ed7..ed345daa1a 100755 --- a/configure +++ b/configure @@ -72,6 +72,9 @@ Standard options: --mandir=DIR install man page in DIR [PREFIX/share/man] Configuration options: + --enable-building enable building ONLY if you understand the + potential security risk posed by using this + branch (oldabi) --disable-static do not build static libraries [no] --enable-shared build shared libraries [no] --enable-gpl allow use of GPL code, the resulting libs @@ -910,6 +913,7 @@ CONFIG_LIST=" avfilter avformat avisynth + building bzlib crystalhd dct @@ -1936,6 +1940,22 @@ filter_cflags=echo filter_cppflags=echo filter_asflags=echo +if ! enabled building; then + cat <&1 | grep -q '^gcc.*LLVM'; then cc_type=llvm_gcc cc_version=__VERSION__ -- cgit v1.2.3