mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
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)
|
||||
+ pkg_get_variable(LIBAVCODEC_LIBDIR libavcodec libdir)
|
||||
+ list(APPEND DEFINITIONS PRIVATE
|
||||
+ "-DFFMPEG_PC_LIBDIR=L\"${LIBAVCODEC_LIBDIR}\"")
|
||||
+ "-DFFMPEG_PC_LIBDIR=\"${LIBAVCODEC_LIBDIR}\"")
|
||||
+ endif()
|
||||
+
|
||||
audacity_library( lib-ffmpeg-support "${SOURCES}" "${LIBRARIES}"
|
||||
|
|
Loading…
Reference in a new issue