summarylogtreecommitdiffstats
path: root/audacity-ffmpeg.patch
diff options
context:
space:
mode:
authorVirtualTam2017-10-14 11:56:23 +0200
committerVirtualTam2017-10-14 11:56:23 +0200
commit74db27b3e0e0c2fea99ccd14ff486d2d3cf3faca (patch)
tree5b19cfbb6f9dc9bb244ac463ba450d616e4b1aef /audacity-ffmpeg.patch
parent94152d660cccb25793cb67eed6672b5843d9bb1a (diff)
downloadaur-darkaudacity-git.tar.gz
darkaudacity: switch tu upstream repository
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
Diffstat (limited to 'audacity-ffmpeg.patch')
-rw-r--r--audacity-ffmpeg.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/audacity-ffmpeg.patch b/audacity-ffmpeg.patch
deleted file mode 100644
index d0b9935d3e15..000000000000
--- a/audacity-ffmpeg.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-diff -Naur audacity-src-2.0.6-orig/src/FFmpeg.h audacity-src-2.0.6/src/FFmpeg.h
---- audacity-src-2.0.6-orig/src/FFmpeg.h 2014-09-28 21:54:55.159636208 -0400
-+++ audacity-src-2.0.6/src/FFmpeg.h 2014-09-28 21:55:11.246276766 -0400
-@@ -688,7 +688,7 @@
- FFMPEG_FUNCTION_WITH_RETURN(
- AVOutputFormat*,
- av_oformat_next,
-- (AVOutputFormat *f),
-+ (const AVOutputFormat *f),
- (f)
- );
- FFMPEG_FUNCTION_WITH_RETURN(
-@@ -755,7 +755,7 @@
- FFMPEG_FUNCTION_WITH_RETURN(
- int,
- av_fifo_size,
-- (AVFifoBuffer *f),
-+ (const AVFifoBuffer *f),
- (f)
- );
- FFMPEG_FUNCTION_WITH_RETURN(
-@@ -801,7 +801,7 @@
- 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)
- );
- FFMPEG_FUNCTION_WITH_RETURN(