guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: audacity: Help Audacity find FFmpeg, for rea


From: guix-commits
Subject: branch master updated: gnu: audacity: Help Audacity find FFmpeg, for real.
Date: Fri, 04 Feb 2022 18:47:20 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 04cd0ece62 gnu: audacity: Help Audacity find FFmpeg, for real.
04cd0ece62 is described below

commit 04cd0ece6219fef2f18ee62442a913a02495fb50
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Fri Feb 4 18:24:23 2022 -0500

    gnu: audacity: Help Audacity find FFmpeg, for real.
    
    This is a followup to commit 6589966b976764e2a197e2bf2b847592dc8715a7,
    and fixes <https://issues.guix.gnu.org/53591>.
    
    * gnu/packages/patches/audacity-ffmpeg-fallback.patch: Fix typo.
---
 gnu/packages/patches/audacity-ffmpeg-fallback.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/patches/audacity-ffmpeg-fallback.patch 
b/gnu/packages/patches/audacity-ffmpeg-fallback.patch
index d570d8f605..b78956070a 100644
--- a/gnu/packages/patches/audacity-ffmpeg-fallback.patch
+++ b/gnu/packages/patches/audacity-ffmpeg-fallback.patch
@@ -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}"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]