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

Support for 5.3 #3

Open
ea8885 opened this issue Oct 10, 2023 · 2 comments
Open

Support for 5.3 #3

ea8885 opened this issue Oct 10, 2023 · 2 comments

Comments

@ea8885
Copy link

ea8885 commented Oct 10, 2023

Will this plug in be updated for 5.3?

@JohnathanBurov
Copy link

Screenshot from 2024-03-20 02-13-32
Screenshot from 2024-03-20 02-11-14
try to build for Linux Ubuntu UE5.3.2

@AtomR
Copy link

AtomR commented Jul 10, 2024

I just got it working in 5.3 for windows.
I had to change line 49 on VlcMedia.Build.cs
VlcDirectory = Path.Combine(VlcDirectory, Target.Architecture, "lib");
to
VlcDirectory = Path.Combine(VlcDirectory, Target.Architecture.ToString(), "lib");

I didn't test on Mac or Linux though.

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

No branches or pull requests

3 participants