Commit 08fe80aa authored by Christophe Massiot's avatar Christophe Massiot

Removed /usr/local/include, because it is unsafe in a cross-compilation

environment. If you have problems with this, tell me and we'll find an
alternate solution.
parent bcb38fc6
......@@ -167,7 +167,7 @@ DEFINE += -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98
# C headers directories
#
INCLUDE += @INCLUDE@
INCLUDE += -Iinclude -Iextras -I/usr/local/include
INCLUDE += -Iinclude -Iextras
#
# Libraries needed by built-in modules
......
This diff is collapsed.
......@@ -74,9 +74,6 @@ AC_TYPE_SIGNAL
AC_CHECK_LIB(dl,dlopen,LIB="${LIB} -ldl")
AC_CHECK_LIB(m,pow,LIB_YUV="${LIB_YUV} -lm")
CPPFLAGS="${CPPFLAGS} -I/usr/local/include"
CFLAGS="${CFLAGS} -I/usr/local/include"
dnl Check for pthreads - borrowed from XMMS
THREAD_LIB=error
if test "x${THREAD_LIB}" = xerror; then
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment