fix: propagate ffmpeg dep of avcpp

This commit is contained in:
Jonas Röger 2025-12-05 16:06:01 +01:00
parent 0dfc4430de
commit 07a6f1b3d8
Signed by: jonas
GPG Key ID: 4000EB35E1AE0F07

View File

@ -22,7 +22,7 @@ in
./0001-fix-build-use-absolute-install-directories.patch ./0001-fix-build-use-absolute-install-directories.patch
]; ];
nativeBuildInputs = [cmake pkg-config]; nativeBuildInputs = [cmake pkg-config];
buildInputs = [ffmpeg_7]; propagatedBuildInputs = [ffmpeg_7];
cmakeFlags = [ cmakeFlags = [
(lib.cmakeBool "BUILD_TESTING" finalAttrs.doCheck) (lib.cmakeBool "BUILD_TESTING" finalAttrs.doCheck)
(lib.cmakeBool "AVCPP_NOT_SUBPROJECT" true) (lib.cmakeBool "AVCPP_NOT_SUBPROJECT" true)