configure.ac (2222618c) configure.ac (a5232f55)
1dnl * *************************************************************
2dnl *
3dnl * Licensed to the Apache Software Foundation (ASF) under one
4dnl * or more contributor license agreements. See the NOTICE file
5dnl * distributed with this work for additional information
6dnl * regarding copyright ownership. The ASF licenses this file
7dnl * to you under the Apache License, Version 2.0 (the
8dnl * "License"); you may not use this file except in compliance

--- 5871 unchanged lines hidden (view full) ---

5880AC_SUBST(ENABLE_GSTREAMER)
5881AC_SUBST(GSTREAMER_CFLAGS)
5882AC_SUBST(GSTREAMER_LIBS)
5883
5884dnl ===================================================================
5885dnl Check the ARM target
5886dnl ===================================================================
5887
1dnl * *************************************************************
2dnl *
3dnl * Licensed to the Apache Software Foundation (ASF) under one
4dnl * or more contributor license agreements. See the NOTICE file
5dnl * distributed with this work for additional information
6dnl * regarding copyright ownership. The ASF licenses this file
7dnl * to you under the Apache License, Version 2.0 (the
8dnl * "License"); you may not use this file except in compliance

--- 5871 unchanged lines hidden (view full) ---

5880AC_SUBST(ENABLE_GSTREAMER)
5881AC_SUBST(GSTREAMER_CFLAGS)
5882AC_SUBST(GSTREAMER_LIBS)
5883
5884dnl ===================================================================
5885dnl Check the ARM target
5886dnl ===================================================================
5887
5888if test "$_os" = "Linux" && echo "$build_cpu" | $GREP -q arm; then
5888if echo "$build_cpu" | $GREP -q arm; then
5889 # default value
5890 ARM_TARGET=ARMV4T
5891 AC_MSG_CHECKING([which ARM processor optimization to use])
5892 if test "$with_arm_target" -lt "6"; then
5893 ARM_TARGET=ARMV4T
5894 elif test "$with_arm_target" = "6"; then
5895 ARM_TARGET=ARMV6
5896 elif test "$with_arm_target" -gt "6"; then

--- 1406 unchanged lines hidden ---
5889 # default value
5890 ARM_TARGET=ARMV4T
5891 AC_MSG_CHECKING([which ARM processor optimization to use])
5892 if test "$with_arm_target" -lt "6"; then
5893 ARM_TARGET=ARMV4T
5894 elif test "$with_arm_target" = "6"; then
5895 ARM_TARGET=ARMV6
5896 elif test "$with_arm_target" -gt "6"; then

--- 1406 unchanged lines hidden ---