summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJames Courtier-Dutton <jcdutton@users.sourceforge.net>2004-06-06 20:06:17 +0000
committerJames Courtier-Dutton <jcdutton@users.sourceforge.net>2004-06-06 20:06:17 +0000
commit17b7af816644b721b9d46dfecb1f633230c6ef45 (patch)
treecafad9ac8191658016f6f2486e5bfe8b0b19c097 /configure.ac
parentac50ababbab60754dac55f6eeee0252d923c73bf (diff)
downloadxine-lib-17b7af816644b721b9d46dfecb1f633230c6ef45.tar.gz
xine-lib-17b7af816644b721b9d46dfecb1f633230c6ef45.tar.bz2
Remove the references to OBJC in the configure.ac and video_out Makefile.am
until we have a clear idea on how to get this working with all versions of automake. CVS patchset: 6653 CVS date: 2004/06/06 20:06:17
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 5 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index ca25c673e..8ee237816 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1613,17 +1613,17 @@ case "$host_or_hostalias" in
CFLAGS="-O3 -pipe -fomit-frame-pointer $m_wm $m_psb -fexpensive-optimizations $f_si $f_nsa -ffast-math -funroll-loops -finline-functions -no-cpp-precomp -D_INTL_REDIRECT_MACROS $CFLAGS"
CXXFLAGS="${CXXFLAGS} -no-cpp-precomp -D_INTL_REDIRECT_MACROS"
#EBUG_CFLAGS="-O3 $DEBUG_CFLAGS"
- OBJCFLAGS="${CXXFLAGS} -fconstant-string-class=NSConstantString"
+ dnl OBJCFLAGS="${CXXFLAGS} -fconstant-string-class=NSConstantString"
AC_SUBST(OBJCFLAGS)
dnl avoid ppc compilation crash
AS="$CC"
AC_DEFINE_UNQUOTED(FPM_PPC,,[Define to select libmad fixed point arithmetic implementation])
AC_DEFINE_UNQUOTED(ARCH_PPC,,[Define this if you're running PowerPC architecture])
- OBJC='gcc'
- AC_SUBST(OBJC)
- OBJCDEPMODE="depmode=gcc3"
- AC_SUBST(OBJCDEPMODE)
+ dnl OBJC='gcc'
+ dnl AC_SUBST(OBJC)
+ dnl OBJCDEPMODE="depmode=gcc3"
+ dnl AC_SUBST(OBJCDEPMODE)
host_os_darwin="yes"
;;
@@ -2072,7 +2072,6 @@ src/video_out/libdha/oth/Makefile
src/video_out/libdha/sysdep/Makefile
src/video_out/vidix/Makefile
src/video_out/vidix/drivers/Makefile
-src/video_out/macosx/Makefile
src/xine-utils/Makefile
src/xine-engine/Makefile
src/xine-engine/xineintl.h])