Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 562600 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +10 lines)
Line  Link Here
0
-- chromium-50.0.2661.75.ebuild        2016-04-20 18:06:33.000000000 +0000
0
++ chromium-50.0.2661.75_ffmpeg_cross_fix.ebuild       2016-04-20 19:52:12.000000000 +0000
Lines 533-538 Link Here
533
       # TODO: also do this for GN bundled ffmpeg build.
533
       # TODO: also do this for GN bundled ffmpeg build.
534
       if ! use system-ffmpeg && ! use gn; then
534
       if ! use system-ffmpeg && ! use gn; then
535
               local build_ffmpeg_args=""
535
               local build_ffmpeg_args=""
536
               # Set the cross compile and prefix correctly (arm builds have this incorrectly set by build script)
537
               build_ffmpeg_args+=" --cross-prefix=${CHOST}-"
538
539
               if tc-is-cross-compiler; then
540
                       build_ffmpeg_args+=" --enable-cross-compile"
541
               else
542
                       build_ffmpeg_args+=" --disable-cross-compile"
543
               fi
544
536
               if use pic && [[ "${ffmpeg_target_arch}" == "ia32" ]]; then
545
               if use pic && [[ "${ffmpeg_target_arch}" == "ia32" ]]; then
537
                       build_ffmpeg_args+=" --disable-asm"
546
                       build_ffmpeg_args+=" --disable-asm"
538
               fi
547
               fi

Return to bug 562600