[FFmpeg-cvslog] r20486 - trunk/configure
reimar
subversion
Mon Nov 9 18:05:39 CET 2009
Author: reimar
Date: Mon Nov 9 18:05:38 2009
New Revision: 20486
Log:
Remove some BeOS/haiku hacks: -fomit-frame-pointer is used anyway,
and -DPIC makes little sense without -fPIC or similar - if -fPIC is
enabled by default, libavutil/internal.h defines PICi anyway.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Mon Nov 9 13:06:19 2009 (r20485)
+++ trunk/configure Mon Nov 9 18:05:38 2009 (r20486)
@@ -1881,9 +1881,6 @@ enabled spic && enable pic
case $target_os in
beos|haiku|zeta)
prefix_default="$HOME/config"
- # helps building libavcodec
- add_cppflags -DPIC
- add_cflags -fomit-frame-pointer
# 3 gcc releases known for BeOS, each with ugly bugs
gcc_version="$($cc -v 2>&1 | grep version | cut -d ' ' -f3-)"
case "$gcc_version" in
More information about the ffmpeg-cvslog
mailing list