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

Custom FFmpeg configuration #18

Closed
jakubprusa opened this issue Nov 11, 2015 · 2 comments
Closed

Custom FFmpeg configuration #18

jakubprusa opened this issue Nov 11, 2015 · 2 comments

Comments

@jakubprusa
Copy link

Hi,

I am using liblinphone in my project. But also i need FFmpeg for my custom player. FFmpeg that I am using need special configuration that means custom build. Right now I'm combine binary files from my build and from liblinphone build. Somehow it works. But in best way I would like to pass my configuration of FFmpeg to liblinphone. Or just somewhere change it.

Can you help me where to change the configuration of FFmpeg?

@bagage
Copy link
Contributor

bagage commented Nov 12, 2015

All build system is located in submodules/cmake-builder. FFMpeg is handled by submodules/cmake-builder/builders/ffmpeg.cmake, where you can find our configure and make options.

@jakubprusa
Copy link
Author

Thanks ! Exactly what I needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants