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

Disable build of LAME frontend #1935

Merged
merged 1 commit into from Dec 25, 2023

Conversation

tomtastic
Copy link
Contributor

@tomtastic tomtastic commented Dec 22, 2023

The external library LAME (v3.100) frontend binaries fail to build (#1933) on MacOS currently with:

parse.c:417:34: error: call to undeclared function 'id3tag_set_comment_ucs2'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]

We dont need the LAME frontend binaries themselves, only the shared library, so we can disable their build and avoid this bug in their current code.

We dont need it, and LAME 3.100 frontend binaries fail to build on MacOS currently with
```parse.c:417:34: error: call to undeclared function 'id3tag_set_comment_ucs2'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]```
@srcejon
Copy link
Collaborator

srcejon commented Dec 22, 2023

Haven't seen this problem in my Mac builds, but not building stuff we don't need seems like a good idea to speed up the build anyway.

@f4exb f4exb merged commit 99496ff into f4exb:master Dec 25, 2023
2 of 3 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.

None yet

3 participants