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 41)
Currently displaying revision
41
,
show latest
--- configure.orig 2008-06-15 21:30:34.000000000 +0200 +++ configure 2008-06-15 21:38:50.000000000 +0200 @@ -1590,11 +1590,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 @@ -1838,10 +1838,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 @@ -2206,7 +2206,7 @@ Conflicts: Libs: -L\${libdir} -l${shortname} $(disabled shared && echo $libs) Libs.private: $(enabled shared && echo $libs) -Cflags: -I\${includedir} +Cflags: -I/usr/include -I/usr/include/$name EOF cat <<EOF > $name-uninstalled.pc prefix= @@ -2220,7 +2220,7 @@ Requires: $requires Conflicts: Libs: \${libdir}/${LIBPREF}${shortname}${LIBSUF} $libs -Cflags: -I\${includedir} +Cflags: -I/usr/include -I/usr/include/$name EOF }