Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Zimg for FFmpeg #1427

Closed
wants to merge 5 commits into from
Closed

Commits on Oct 19, 2023

  1. Update cppbuild.sh

    Include the flag --enable-libzimg for FFmpeg, to enable libzimg
    callisto-jovy authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    4084ce8 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Update cppbuild.sh

    Fix ZLib version (see https://www.zlib.net), only 1.3 is available right now.
    callisto-jovy authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    2610ce0 View commit details
    Browse the repository at this point in the history
  2. fix typo

    callisto-jovy authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    a3a7a4d View commit details
    Browse the repository at this point in the history
  3. Update cppbuild.sh

    Add the required Zimg download, extraction and compilation process for FFmpeg to compile with the desired flag. Some parts are not included yet.
    callisto-jovy authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    6d205c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. Execute autogen.sh to obtain the configure build system

    Fixes the configure file not being found. I missed out on that, as - apparently - I must have executed the autogen.sh by mistake
    callisto-jovy authored Oct 21, 2023
    Configuration menu
    Copy the full SHA
    045ef68 View commit details
    Browse the repository at this point in the history