Search
j0ke.net Open Build Service
>
Projects
>
multimedia
>
ffmpeg
> ffmpeg_configure.diff
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File ffmpeg_configure.diff of Package ffmpeg (Revision 29)
Currently displaying revision
29
,
show latest
--- configure.orig 2008-03-26 16:16:54.000000000 +0100 +++ configure 2008-03-26 16:27:54.000000000 +0100 @@ -1567,11 +1567,11 @@ # --- # check availability of some header files -if check_func dlopen; then - ldl= -elif check_func dlopen -ldl; then +#if check_func dlopen; then +# ldl= +#elif check_func dlopen -ldl; then ldl=-ldl -fi +#fi check_func fork check_func gethrtime @@ -1803,10 +1803,10 @@ optimizations="small" elif enabled optimizations; then if $cc -v 2>&1 | grep -q xlc; then - add_cflags "-O5" +# add_cflags "-O5" add_ldflags "-O5" - else - add_cflags "-O3" +# else +# add_cflags "-O3" fi fi check_cflags -fno-math-errno