I started getting the error
Encoder ID 'libfdk_aac' not found
from OBS when using this build, even though I have libfdk-aac
and ffmpeg-libfdk_aac
installed. Looking at the build script for the regular obs-studio
package, and in particular this line, I found that it adds -DENABLE_LIBFDK=ON
to the list of cmake
arguments. Adding that to the PKGBUILD
for this package made the problem disappear for me! May be worthwhile adding it to the package given we already have a dependency on libfdk-aac
. Could be some of the other -D
s are also worthwhile to add.
Pinned Comments
thotypous commented on 2021-02-05 14:12 (UTC)
If you don't want to build this package yourself, hourly builds are available at https://aur.chaotic.cx
benklett commented on 2016-02-06 23:11 (UTC) (edited on 2016-08-10 14:01 (UTC) by benklett)