Giter Site home page Giter Site logo

Comments (5)

wader avatar wader commented on September 12, 2024

Hi, i usually only build stable releases of ffmpeg for this repo so it will probable take while until that change reaches stable. I actually use a modified versions of this Dockerfile myself to be able to just this. It works something like this:

In in the Dockerfile just before building ffmpeg add this:

COPY patches /patches/

and just after extracting ffmpeg add this:

  (test "$(echo /patches/*.patch)" = "/patches/*.patch" && true || \
    for f in /patches/*.patch ; do echo "$f" && patch -p1 < "$f" || exit 1; done) && \

then put own patches in patches/

By experience i know it can get a bit messy to support backporting patches from ffmpeg master to stable releases.

from static-ffmpeg.

aokovic avatar aokovic commented on September 12, 2024

Thanks,
i understand you decision for using only stable versions. I will try to do something similar.

from static-ffmpeg.

wader avatar wader commented on September 12, 2024

👍 Hope the change reaches stable quite soon, and let me know if you have some questions how to use a modifier Dockerfile that can patch things

from static-ffmpeg.

wader avatar wader commented on September 12, 2024

OK to close?

from static-ffmpeg.

aokovic avatar aokovic commented on September 12, 2024

Yes, feel free to close this one.

Thanks

from static-ffmpeg.

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.