Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

link ffmpeg via build rust file #153

Closed
PooyaEimandar opened this issue Nov 14, 2021 · 0 comments · Fixed by #159
Closed

link ffmpeg via build rust file #153

PooyaEimandar opened this issue Nov 14, 2021 · 0 comments · Fixed by #159
Labels
dev::build Changes that affect the build system or external dependencies

Comments

@PooyaEimandar
Copy link
Contributor

We need to link FFMPEG libraries via build.rs
The following steps should be implemented

  1. Check whether local source code & libraries are available in wolf/wolf/deps folder or not
  2. If libs are already available then link wolf to them
  3. if repo or libs are not available, clone the source and build it via CMAKE or MAKE and then finally link wolf to them
@PooyaEimandar PooyaEimandar added the dev::build Changes that affect the build system or external dependencies label Nov 14, 2021
@SiminBadri SiminBadri added status::work in progress Issues/Pull Requests that are not complete yet dev::feature New feature(s) dev::build Changes that affect the build system or external dependencies and removed dev::build Changes that affect the build system or external dependencies dev::feature New feature(s) labels Nov 29, 2021
@SiminBadri SiminBadri changed the title Link FFMPEG via build.rs link ffmpeg via build.rs Nov 29, 2021
@SiminBadri SiminBadri changed the title link ffmpeg via build.rs link ffmpeg via build rust file Nov 29, 2021
SiminBadri added a commit that referenced this issue Nov 29, 2021
@PooyaEimandar PooyaEimandar removed the status::work in progress Issues/Pull Requests that are not complete yet label Nov 29, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dev::build Changes that affect the build system or external dependencies
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants