diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-07-03 02:58:48 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-07-03 02:58:48 +0000 |
commit | 1f50082f531e9e3da7dda2dc77a9f366cbc69be1 (patch) | |
tree | 903b1b9edb026816ec11fa53630c882a9e4af3b2 /audio/audacity/files/patch-src_FFmpeg.h | |
parent | Update to 20.06.28 and fixed NLS option (diff) |
audio/audacity: Update to 2.4.2
- This should fix hangs on startup on FreeBSD 11.4
- Remove NYQUIST option since it is mandatory and disabling it does
not work
Changes: https://www.audacityteam.org/audacity-2-4-2-released/
PR: 247604
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=541065
Diffstat (limited to 'audio/audacity/files/patch-src_FFmpeg.h')
-rw-r--r-- | audio/audacity/files/patch-src_FFmpeg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/audacity/files/patch-src_FFmpeg.h b/audio/audacity/files/patch-src_FFmpeg.h index ab1b2088aad3..de19b2a86437 100644 --- a/audio/audacity/files/patch-src_FFmpeg.h +++ b/audio/audacity/files/patch-src_FFmpeg.h @@ -1,6 +1,6 @@ --- src/FFmpeg.h.orig 2018-10-01 14:07:33 UTC +++ src/FFmpeg.h -@@ -667,7 +667,7 @@ extern "C" { +@@ -685,7 +685,7 @@ extern "C" { FFMPEG_FUNCTION_WITH_RETURN( AVOutputFormat*, av_oformat_next, @@ -9,7 +9,7 @@ (f) ); #endif -@@ -748,7 +748,7 @@ extern "C" { +@@ -766,7 +766,7 @@ extern "C" { FFMPEG_FUNCTION_WITH_RETURN( int, av_fifo_size, @@ -18,7 +18,7 @@ (f) ); #endif -@@ -810,7 +810,7 @@ extern "C" { +@@ -828,7 +828,7 @@ extern "C" { FFMPEG_FUNCTION_WITH_RETURN( AVDictionaryEntry *, av_dict_get, |