GithubHelp home page GithubHelp logo

yinquan529 / ffmpeg-msvc-build Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mcmtroffaes/ffmpeg-msvc-build

0.0 1.0 0.0 92 KB

Script for building ffmpeg with msvc.

License: MIT License

Batchfile 15.54% Shell 84.46%

ffmpeg-msvc-build's Introduction

ffmpeg-msvc-build

Build status

Scripts for building FFmpeg with MSVC on AppVeyor.

The script closely follows the official instructions. By default, only static LGPL builds are generated (in 32 and 64 bit, and in debug and release configurations). However, the build matrix can be easily modified to allow different configurations to be built as well.

Requirements

Usage

Prebuilt static LGPL builds with Visual Studio 2017 (toolset v141) can be found here. If you want to build your own version on your local machine, then:

  • Optional: apply create-lib-libraries.patch (this ensures that the build will produce .lib files instead of .a files).
  • Ensure nasm is in your path; if not, add it.
  • Set the following variables:
    • APPVEYOR_BUILD_FOLDER (should be set to the project folder where build.sh resides)
    • TOOLSET (v120, v140, v141)
    • PLATFORM (x86, x64)
    • CONFIGURATION (Release, Debug)
    • LINKAGE (shared, static)
    • RUNTIME_LIBRARY (MD, MT)
    • LICENSE (LGPL21, LGPL3, GPL2, GPL3)
  • Start the build script by running build.bat.

License

All scripts for creating the builds are licensed under the conditions of the MIT license. For the examples in the examples folder, see individual files for license details.

The builds themselves are covered by the relevant license for your build (see here for full details).

ffmpeg-msvc-build's People

Contributors

mcmtroffaes avatar

Watchers

James Cloos avatar

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.