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

Make libfaac optional #177

Merged
merged 10 commits into from
Sep 16, 2024
Merged

Make libfaac optional #177

merged 10 commits into from
Sep 16, 2024

Conversation

bondagit
Copy link
Owner

No description provided.

automaciej and others added 10 commits August 2, 2024 18:47
This removes the need to script out the fetching of the other
repository. Submodule stores the version of the sub-repository.
Previously, since the introduction of the streamer support in version 2.0.0,
it was impossible to compile the daemon without a dependency on libfaac.
This prevented the daemon from being built on Debian systems without `non-free`
repositories enabled. It seems the issue with libfaac is that it is based on
code with a non-DFSG compliant license.

This commit introduces a new config option WITH_STREAMER which is ON by default,
causing the behaviour to stay backwards-compatible with the one before this
commit. It is newly possible to pass `-DWITH_STREAMER=OFF` to cmake to build
without streamer support and without the dependency on libfaac.
aes67-daemon: Make dependency on libfaac optional
Use cpp-httplib via a submodule.
- changed cpp-httplib git submodule path to https://github.com/bondagit/cpp-httplib.git
- removed compilation warning related to the usage of Boost bind global placeholders
- updated daemon version to 2.0.2
Fix to the daemon regression test.
@bondagit bondagit merged commit cb27938 into master Sep 16, 2024
1 of 2 checks passed
@bondagit bondagit deleted the make-libfaac-optional branch September 16, 2024 11:41
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

Successfully merging this pull request may close these issues.

3 participants