gnu: audacity: Help Audacity find FFmpeg, for real.
This is a followup to commit 6589966b97
,
and fixes <https://issues.guix.gnu.org/53591>.
* gnu/packages/patches/audacity-ffmpeg-fallback.patch: Fix typo.
This commit is contained in:
parent
2d5c270ec4
commit
04cd0ece62
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ index 8c5f06d7c..00810e4d0 100644
|
||||||
+ if (FFMPEG_FOUND)
|
+ if (FFMPEG_FOUND)
|
||||||
+ pkg_get_variable(LIBAVCODEC_LIBDIR libavcodec libdir)
|
+ pkg_get_variable(LIBAVCODEC_LIBDIR libavcodec libdir)
|
||||||
+ list(APPEND DEFINITIONS PRIVATE
|
+ list(APPEND DEFINITIONS PRIVATE
|
||||||
+ "-DFFMPEG_PC_LIBDIR=L\"${LIBAVCODEC_LIBDIR}\"")
|
+ "-DFFMPEG_PC_LIBDIR=\"${LIBAVCODEC_LIBDIR}\"")
|
||||||
+ endif()
|
+ endif()
|
||||||
+
|
+
|
||||||
audacity_library( lib-ffmpeg-support "${SOURCES}" "${LIBRARIES}"
|
audacity_library( lib-ffmpeg-support "${SOURCES}" "${LIBRARIES}"
|
||||||
|
|
Reference in a new issue