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

Collapse All | Expand All

(-)orig/chromium-32.0.1700.14/third_party/ffmpeg/chromium/scripts/build_ffmpeg.sh (-1 / +1 lines)
Lines 75-81 Link Here
75
LIBAVUTIL_VERSION_MAJOR=52
75
LIBAVUTIL_VERSION_MAJOR=52
76
76
77
case $(uname -sm) in
77
case $(uname -sm) in
78
  Linux\ i386)
78
  Linux\ i386 | Linux\ i486 | Linux\ i686)
79
    HOST_OS=linux
79
    HOST_OS=linux
80
    HOST_ARCH=ia32
80
    HOST_ARCH=ia32
81
    JOBS=$(grep processor /proc/cpuinfo | wc -l)
81
    JOBS=$(grep processor /proc/cpuinfo | wc -l)

Return to bug 491466