Bug Report Cannot find libavutil.so.52 (Arch)

After a recent update to FFMPEG on Arch, libavutil.so.52 is no longer available. It has apparently been replaced by libavutil.so.54, which OBS doesn't take well to being symlinked to:

Code:
obs: /usr/lib/libavutil.so.52: version `LIBAVUTIL_52' not found (required by /usr/lib/libobs.so.0)
 

Lain

Forum Admin
Lain
Forum Moderator
Developer
OBS shouldn't necessarily require any specific version of FFmpeg. Are you compiling it yourself or using a package?
 
I'm actually installing from AUR, which compiles it. I hadn't thought about it being dynamically linked in source, and a re-compile solved it. :)
 
Top