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

Add libxml2 support #88

Merged
merged 2 commits into from
Feb 19, 2024
Merged

Conversation

laestrygonian
Copy link

Patch for compiling external library libxml2 and hence enabling dash demuxer in ffmpeg

@@ -0,0 +1,28 @@
#!/usr/bin/env bash

ADDITIONAL_FLAGS=
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see the ADDITIONAL_FLAGS variable isn't used at all. Please remove

AR=${FAM_AR} \
RANLIB=${FAM_RANLIB} \
${ADDITIONAL_FLAGS} || exit 1

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the second empty line here, below and in the end of the download.sh file.

@Javernaut Javernaut changed the base branch from master to development February 19, 2024 20:42
@Javernaut
Copy link
Owner

Thanks for the contribution

@Javernaut Javernaut merged commit ca96af9 into Javernaut:development Feb 19, 2024
4 checks passed
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.

2 participants