On 27.07.2016 21:38, Julian Sikorski wrote:
Patch:
https://smani.fedorapeople.org/ffmpeg_opj2.patch
Not sure why they insist on defining OPJ_STATIC, but we're definitely
not statically linking openjpeg...
The reason for the build failure is that OPJ_STATIC makes all API
symbols hidden:
# define OPJ_API __attribute__ ((visibility ("hidden")))
Best
Sandro