Commit ae1033ad authored by reimar's avatar reimar

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.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20486 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f765eb7e
......@@ -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
......
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