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 30)
Currently displaying revision
30
,
show latest
--- configure.orig 2008-05-12 18:58:41.000000000 +0200 +++ configure 2008-05-12 19:05:19.000000000 +0200 @@ -1560,11 +1560,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 @@ -1807,10 +1807,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 @@ -2169,7 +2169,7 @@ Conflicts: Libs: -L\${libdir} -l${shortname} Libs.private: $libs -Cflags: -I\${includedir} +Cflags: -I\${includedir} -I\${includedir}/$name EOF cat <<EOF >$name-uninstalled.pc prefix= @@ -2184,7 +2184,7 @@ Conflicts: Libs: \${libdir}/${LIBPREF}${shortname}${LIBSUF} Libs.private: $libs -Cflags: -I\${includedir} +Cflags: -I\${includedir} -I\${includedir}/$name EOF }