summaryrefslogtreecommitdiffstats
path: root/test/audacity/audacity-ffmpeg.patch
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-19 18:29:59 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-19 18:29:59 +0100
commit13649d120231a74b6bc8a0cc51ba9e3254cea7d6 (patch)
tree1a83bfe8170c1c9283f3d73d704156dc89cd8ff3 /test/audacity/audacity-ffmpeg.patch
parentaa8dbf45cd553b0f62c62c5c5fb4d51d17f03304 (diff)
downloadnutyx-extra-13649d120231a74b6bc8a0cc51ba9e3254cea7d6.tar.gz
nutyx-extra-13649d120231a74b6bc8a0cc51ba9e3254cea7d6.tar.bz2
nutyx-extra-13649d120231a74b6bc8a0cc51ba9e3254cea7d6.tar.xz
nutyx-extra-13649d120231a74b6bc8a0cc51ba9e3254cea7d6.zip
suppression du dossier test
Diffstat (limited to 'test/audacity/audacity-ffmpeg.patch')
-rw-r--r--test/audacity/audacity-ffmpeg.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/test/audacity/audacity-ffmpeg.patch b/test/audacity/audacity-ffmpeg.patch
deleted file mode 100644
index cf0103c61..000000000
--- a/test/audacity/audacity-ffmpeg.patch
+++ /dev/null
@@ -1,31 +0,0 @@
---- src/FFmpeg.cpp.original 2010-04-14 14:59:48.000000000 +0200
-+++ src/FFmpeg.cpp 2010-04-14 15:25:52.136755669 +0200
-@@ -341,7 +341,7 @@
- }
- // Otherwize, resort to extension matching if available
- else if (fmt1->extensions) {
-- if (FFmpegLibsInst->match_ext(filename, fmt1->extensions)) {
-+ if (FFmpegLibsInst->av_match_ext(filename, fmt1->extensions)) {
- score = 50;
- }
- }
-@@ -814,7 +814,7 @@
- INITDYN(avformat,av_open_input_file);
- INITDYN(avformat,av_open_input_stream);
- INITDYN(avformat,get_buffer);
-- INITDYN(avformat,match_ext);
-+ INITDYN(avformat,av_match_ext);
-
- #if FFMPEG_STABLE
- INITDYN(avformat,av_init_packet);
---- src/FFmpeg.h.original 2010-04-14 14:59:48.000000000 +0200
-+++ src/FFmpeg.h 2010-04-14 15:26:39.932590241 +0200
-@@ -222,7 +222,7 @@
- AVStream* (*av_new_stream) (AVFormatContext *s, int id);
- AVFormatContext* (*av_alloc_format_context) (void);
- AVOutputFormat* (*guess_format) (const char *short_name, const char *filename, const char *mime_type);
-- int (*match_ext) (const char *filename, const char *extensions);
-+ int (*av_match_ext) (const char *filename, const char *extensions);
- int (*av_write_trailer) (AVFormatContext *s);
- int (*av_interleaved_write_frame) (AVFormatContext *s, AVPacket *pkt);
- int (*av_write_frame) (AVFormatContext *s, AVPacket *pkt);