diff options
author | Reimar Döffinger | 2009-11-09 17:05:38 +0000 |
---|---|---|
committer | Reimar Döffinger | 2009-11-09 17:05:38 +0000 |
commit | f6e8140941c5b8fd7c868f2cce6b0527ff1f7c49 (patch) | |
tree | c2127842be31de62139bd03ef1791892538524db /configure | |
parent | e26d1318458e598bbea796508b812917d983cef6 (diff) |
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.
Originally committed as revision 20486 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |