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

Linux Platforms will always return errors despite libvlc and libvlccore being properly installed on the system #130

Closed
crowplexus opened this issue May 31, 2022 · 9 comments
Labels
compiling error Issues featuring compiler, linker, etc.

Comments

@crowplexus
Copy link
Contributor

linux platforms will always return
image
this when trying to compile for them, forcing you to simply leave video support on windows-only platforms

@aliwahabdev
Copy link
Contributor

I fixed it by replacing some of the librarys with working files and by installing vlc-core and vlc package on Fedora 36!

@aliwahabdev
Copy link
Contributor

I fixed it by replacing some of the librarys with working files and by installing vlc-core and vlc package on Fedora 36!

I also made 2 pull requests to fix it. :)

@crowplexus
Copy link
Contributor Author

I fixed it by replacing some of the librarys with working files and by installing vlc-core and vlc package on Fedora 36!

I also made 2 pull requests to fix it. :)

image
they work, but when trying to play the video, they simply crash

@crowplexus
Copy link
Contributor Author

really hoping it gets merged though, this is something!

@polybiusproxy polybiusproxy added the compiling error Issues featuring compiler, linker, etc. label Jun 1, 2022
@aliwahabdev
Copy link
Contributor

aliwahabdev commented Jun 1, 2022

really hoping it gets merged though, this is something!

Yeah, I hope that it gets accepted too! I used the original (working) libvlc* files because they should work. :)

@aliwahabdev
Copy link
Contributor

really hoping it gets merged though, this is something!

Finally! It got accepted! :)
Thanks @polybiusproxy. <3

@crowplexus
Copy link
Contributor Author

already fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiling error Issues featuring compiler, linker, etc.
Projects
None yet
Development

No branches or pull requests

4 participants
@crowplexus @polybiusproxy @aliwahabdev and others