https://bugzilla.rpmfusion.org/show_bug.cgi?id=5155

--- Comment #28 from leigh scott <[email protected]> ---
(In reply to leigh scott from comment #24)
> rpmfusion fdk-aac had to be altered to avoid collision with the fedora
> package, see
> 
> https://pkgs.rpmfusion.org/cgit/nonfree/fdk-aac.git/tree/fdk-aac.spec#n36
> 
> 
> The non-standard path will cause issues if your package doesn't use pkconfig

It's a easy fix


--- a/CMakeLists.txt    2019-03-12 09:40:45.000000000 +0000
+++ b/CMakeLists.txt    2019-03-14 20:09:06.482546258 +0000
@@ -96,7 +96,7 @@ include_directories(${LDAC_INCLUDE_DIRS}
 include_directories(${AVCODEC_INCLUDE_DIRS} ${AVUTIL_INCLUDE_DIRS})
 include_directories(${FDKAAC_INCLUDE_DIRS})

-link_directories(${PulseAudio_CORE_LIBDIR})
+link_directories(${PulseAudio_CORE_LIBDIR} ${FDKAAC_LIBDIR})


 string(REGEX MATCH "[0-9]+(\\.[0-9]+)*" PulseAudio_lib_version
${PulseAudio_VERSION})

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
rpmfusion-developers mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to