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

CMake: add an option to deploy dependencies #258

Open
cchampet opened this issue Oct 23, 2015 · 1 comment
Open

CMake: add an option to deploy dependencies #258

cchampet opened this issue Oct 23, 2015 · 1 comment
Assignees

Comments

@cchampet
Copy link

To automatically create an independent bundle (with no need to set env to run).

TODO:
1 - add a CMake argument AVTRANSCODER_DEPLOY_DEPENDENCIES
https://github.com/tuttleofx/TuttleOFX/blob/develop/CMakeLists.txt#L16

2 - set rpath of libavtranscoder

3 - update Travis (no need to archive several directories of libraries)
https://github.com/mikrosimage/avTranscoder/blob/develop/.travis.yml#L87

@cchampet
Copy link
Author

cchampet commented Nov 5, 2015

Since avtranscoder only depends on ffmpeg/libav, this is not a big deal to manage its dependencies. And the problem is more the dependencies of ffmpeg/libav (libx264, libfdk-aac...). So this is not a good idea the copy ffmpeg/libav libs to INSTALL_PREFIX/lib.

But maybe there is a way to list dependencies of a library. It will enable us to copy all libs to INSTALL_PREFIX/lib.

@cchampet cchampet removed this from the 0.6.0 milestone Nov 5, 2015
@cchampet cchampet removed the 1 - Ready label Nov 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant