Giter Site home page Giter Site logo

Comments (6)

auscaster avatar auscaster commented on June 16, 2024

Please specify the ffmpeg header include directories via FFmpeg_INCLUDE_DIRS (assuming you have ffmpeg installed on your system)

from libsourcey.

bevinhex avatar bevinhex commented on June 16, 2024

I installed ffmpeg by "apt-get install ffmpeg", but I do not have any packages like ffmpeg-dev, so what would that header directory should be look like?

On Friday, November 14, 2014 11:54 AM, Kam Low [email protected] wrote:

Please specify the ffmpeg header include directories via FFmpeg_INCLUDE_DIRS (assuming you have ffmpeg installed on your system)

Reply to this email directly or view it on GitHub.

from libsourcey.

 avatar commented on June 16, 2024

I undertake the same problem. Do we have to download the ffmpeg source code or something ?

from libsourcey.

bevinhex avatar bevinhex commented on June 16, 2024

I only wanted to test the library to know what exactly it is, but after frustrating with the compiling process, I already gave up, looks like we need ffmpeg souce code, and specify it by FFmpeg_INCLUDE_DIRS, I didn't tried it myself, you can give it a try.
And I hate to compile download the ffmpeg stuff, since it should be in the repository

from libsourcey.

 avatar commented on June 16, 2024

Ended up using Qt instead. Much less effort into the getting of the tools. I agree with bevinhex, those "third parties" should be redistributed, or at least redirected to how to get them.

from libsourcey.

auscaster avatar auscaster commented on June 16, 2024

I made an effort to include most dependencies in the source tree, with the exception of ffmpeg and openssl which aren't convenient for redistribution.

There are two options here:

Please either build ffmpeg on your system by following one of the many guides out there. Once installed, CMake should configure ffmpeg automatically thanks to the pkgconfig files, otherwise just specify the FFmpeg_INCLUDE_DIRS and FFmpeg_LIBRARY_DIRS manually.

The other alternative is to disable ffmpeg support entirely by setting WITH_FFMPEG to OFF. This will also exclude many of the media related modules from the output build.

Hope this helps.

from libsourcey.

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.