Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
mswebrtc
Commits
4ac637d3
Commit
4ac637d3
authored
Oct 24, 2013
by
Guillaume BIENKOWSKI
Browse files
Tidying in configure.ac
parent
75ddecfe
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
4ac637d3
...
...
@@ -27,53 +27,18 @@ fi
AC_SUBST(STRICT_CFLAGS)
# case $host in
# arm*)
# case $CC in
# *clang*) # clang doesn't like the old ARM assembly
# ISAC_FLAVOUR=fix
# ;;
# *)
# ISAC_FLAVOUR=fix
# ;;
# esac
# ;;
# *)
# ISAC_FLAVOUR=fix
# ;;
# esac
# we use fixed point implementation for speed
ISAC_FLAVOUR=fix
AC_SUBST([ISAC_FLAVOUR])
AM_CONDITIONAL(ISAC_FLAVOUR_MAIN, test $ISAC_FLAVOUR = main)
# case $host in
# armv6-apple*)
# ISAC_MAKE_OPTIONS="ADDED_DEFINES+=IPHONE TOOLCHAIN_PREFIX=XXXX"
# CFLAGS="$CFLAGS -mno-thumb"
# ;;
# armv7-apple*)
# ISAC_MAKE_OPTIONS="USE_NEON=yes ADDED_DEFINES+=IPHONE TOOLCHAIN_PREFIX=XXXX"
# CFLAGS="$CFLAGS -mno-thumb"
# ;;
# *)
# ;;
# esac
#AC_SUBST([ISAC_MAKE_OPTIONS])
# Checks for programs.
AC_PATH_PROG([GIT],[git])
if test -z "$GIT"; then
AC_MSG_ERROR(['git' is required to build this package])
fi
LT_INIT([disable-static])
# check for libraries that have pkg-config files installed
PKG_CHECK_MODULES(MEDIASTREAMER, mediastreamer >= 2.0.0)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment