Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 158398 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +4 lines)
Line  Link Here
0
-- libquicktime-0.9.10/configure.ac
0
++ libquicktime-0.9.10/configure.ac
Lines 550-560 Link Here
550
dnl Build CFLAGS
550
dnl Build CFLAGS
551
dnl
551
dnl
552
552
553
COMMON_CFLAGS="-finline-functions -Wall -Winline"
553
COMMON_CFLAGS="-Wall -Winline"
554
554
555
dnl Optimizing flags
555
dnl Optimizing flags
556
556
557
LQT_OPT_CFLAGS($host_cpu, ["-O3 -funroll-all-loops -fomit-frame-pointer"])
557
LQT_OPT_CFLAGS($host_cpu)
558
558
559
AH_TEMPLATE([NDEBUG],
559
AH_TEMPLATE([NDEBUG],
560
            [Causes debug code to e removed])
560
            [Causes debug code to e removed])
Lines 563-569 Link Here
563
AC_DEFINE(NDEBUG)
563
AC_DEFINE(NDEBUG)
564
fi
564
fi
565
565
566
CFLAGS="$OPT_CFLAGS $COMMON_CFLAGS"
566
CFLAGS="$CFLAGS $OPT_CFLAGS $COMMON_CFLAGS"
567
567
568
# -L is required so that linker can find libquicktime when DESTDIR is used.
568
# -L is required so that linker can find libquicktime when DESTDIR is used.
569
# libtool bug, documented at: http://www.geocrawler.com/mail/thread.php3?subject=install+phase+fails&list=404
569
# libtool bug, documented at: http://www.geocrawler.com/mail/thread.php3?subject=install+phase+fails&list=404

Return to bug 158398