diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-04-17 21:02:53 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-04-17 21:06:08 -0700 |
commit | a2c5d69385fe0d8c5a666d570f5b464ca302d37d (patch) | |
tree | 7b4b6fa35dbe9f08c7f28e6e2aa0d58d6abf77f1 /audio/audacity/files/patch-src_FFmpeg.h | |
parent | science/py-nilearn: Update 0.7.0 -> 0.7.1 (diff) |
audio/audacity: Update 2.4.2 -> 3.0.0
I also changed the default of LADSPA to OFF and LV2 to ON because LV2 is a new generation of LADSPA.
PR: 254598
Submitted by: xxjack12xx@gmail.com (maintainer)
Diffstat (limited to 'audio/audacity/files/patch-src_FFmpeg.h')
-rw-r--r-- | audio/audacity/files/patch-src_FFmpeg.h | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/audio/audacity/files/patch-src_FFmpeg.h b/audio/audacity/files/patch-src_FFmpeg.h deleted file mode 100644 index de19b2a86437..000000000000 --- a/audio/audacity/files/patch-src_FFmpeg.h +++ /dev/null @@ -1,29 +0,0 @@ ---- src/FFmpeg.h.orig 2018-10-01 14:07:33 UTC -+++ src/FFmpeg.h -@@ -685,7 +685,7 @@ extern "C" { - FFMPEG_FUNCTION_WITH_RETURN( - AVOutputFormat*, - av_oformat_next, -- (AVOutputFormat *f), -+ (const AVOutputFormat *f), - (f) - ); - #endif -@@ -766,7 +766,7 @@ extern "C" { - FFMPEG_FUNCTION_WITH_RETURN( - int, - av_fifo_size, -- (AVFifoBuffer *f), -+ (const AVFifoBuffer *f), - (f) - ); - #endif -@@ -828,7 +828,7 @@ extern "C" { - FFMPEG_FUNCTION_WITH_RETURN( - AVDictionaryEntry *, - av_dict_get, -- (AVDictionary *m, const char *key, const AVDictionaryEntry *prev, int flags), -+ (const AVDictionary *m, const char *key, const AVDictionaryEntry *prev, int flags), - (m, key, prev, flags) - ); - #endif |