Giter Club home page Giter Club logo

Comments (4)

dezi avatar dezi commented on September 24, 2024

Oops, i just see, that there is already a $cpu_count inside the proc. Anyway, for some reason this does not work on OSX Darwin. I have a Dual-Core, and tried a setting of -j 2 already, which also breaks the build. Only -j 1 made it work. If $cpu_count resolves to nothing, this means "unlimited" parallel task. LOL => freeze.

from ffmpeg-windows-build-helpers.

dezi avatar dezi commented on September 24, 2024

Untested suggestions:


cur_dir="$(pwd)/sandbox"
cpu_count="$(grep -s -c processor /proc/cpuinfo || echo 1)" # linux only
original_cpu_count=$cpu_count


This bug drove me crazy....

from ffmpeg-windows-build-helpers.

rdp avatar rdp commented on September 24, 2024

Ok I guess it was pass "-j" (no parameter) which means "unlimited
concurrent processes" (oddly) to make...
could you try git master, with 4961d2e (it defaults to -j 1 for now...)

On Sun, Feb 17, 2013 at 3:52 AM, Dennis Zierahn [email protected]:

Oops, i just see, that there is already a $cpu_count inside the proc.
Anyway, for some reason this does not work on OSX Darwin. I have a
Dual-Core, and tried a setting of -j 2 already, which also breaks the
build. Only -j 1 made it work.


Reply to this email directly or view it on GitHubhttps://github.com//issues/9#issuecomment-13684065.

from ffmpeg-windows-build-helpers.

dezi avatar dezi commented on September 24, 2024

Looks good, Thanks.

from ffmpeg-windows-build-helpers.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.