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

fix(main/mpd): add dependency on libwavpack #22607

Merged
merged 1 commit into from
Dec 18, 2024
Merged

Conversation

Grimler91
Copy link
Member

In the bulk rebuild after ffmpeg update mpd took the opportunity to link against one of the other updated packages, libwavpack, causing error like CANNOT LINK EXECUTABLE "mpd": library "libwavpack.so" not found: needed by main executable on device if libwavpack was not manually installed.

Explicitly add dependency so that this does not happen again.

@Grimler91 Grimler91 requested a review from TomJo2000 as a code owner December 18, 2024 07:06
In the bulk rebuild after ffmpeg update mpd took the opportunity to
link against one of the other updated packages, libwavpack, causing
error like `CANNOT LINK EXECUTABLE "mpd": library "libwavpack.so" not
found: needed by main executable` on device if libwavpack was not
manually installed.

Explicitly add dependency so that this does not happen again.
@Grimler91 Grimler91 merged commit ac410dd into termux:master Dec 18, 2024
6 checks passed
@Grimler91 Grimler91 deleted the mpd branch December 18, 2024 09:11
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.

1 participant