SonicMastr / renpy-vita

A Native Ren'Py Visual Novel Port for the PSVita
MIT License
87 stars 5 forks source link

Undefined references to several libavcodec functions #10

Open lunaisnotaboy opened 2 years ago

lunaisnotaboy commented 2 years ago

I followed the instructions in the README, and it still failed. I have reinstalled Vita SDK several times, installed system libraries, but nothing is working.

Makefile output: https://gist.github.com/lunaisnotaboy/f8360c7970543ecdbac727db77705e5d

lunaisnotaboy commented 2 years ago

@SonicMastr any updates on this? Sorry.

lunaisnotaboy commented 2 years ago

@SonicMastr Should I just close this issue? It's almost been half a year since I opened this.

SonicMastr commented 2 years ago

Sorry. The error here is just showing that ffmpeg libraries are either missing from your installation or maybe (for whatever reason) my build system has LTO enabled and your build system doesn't. I'd say just check ffmpeg first (in vitasdk libraries) and then if that's not the issue, move avutils line at the bottom of the cmake file somewhere else and play with the ordering

lunaisnotaboy commented 2 years ago

Okay, thanks! I'll try later.

lunaisnotaboy commented 2 years ago

Sorry for the delay. I shuffled the orders around and it didn't do anything.

lunaisnotaboy commented 10 months ago

@SonicMastr Any update?