diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-07-03 13:20:26 -0500 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-07-03 13:20:26 -0500 |
commit | 981187305e31ebf67a52b0d3e10a1be040a42be4 (patch) | |
tree | 96b10981d9ef5381590045776509aab5cb792785 /main/audacious-plugins/audacious-plugins-ffmpeg-0.8.patch | |
parent | 4e40e117327a8080333a6e1131d8f481d4f8dc5c (diff) | |
download | aports-981187305e31ebf67a52b0d3e10a1be040a42be4.tar.bz2 aports-981187305e31ebf67a52b0d3e10a1be040a42be4.tar.xz |
main/audacious-plugins: upgrade to 2.5.3
Diffstat (limited to 'main/audacious-plugins/audacious-plugins-ffmpeg-0.8.patch')
-rw-r--r-- | main/audacious-plugins/audacious-plugins-ffmpeg-0.8.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/main/audacious-plugins/audacious-plugins-ffmpeg-0.8.patch b/main/audacious-plugins/audacious-plugins-ffmpeg-0.8.patch deleted file mode 100644 index a7554458e3..0000000000 --- a/main/audacious-plugins/audacious-plugins-ffmpeg-0.8.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- ./src/ffaudio/ffaudio-core.c.orig -+++ ./src/ffaudio/ffaudio-core.c -@@ -341,7 +341,7 @@ - { - s = ic->streams[i]; - c = s->codec; -- if (c->codec_type == CODEC_TYPE_AUDIO) -+ if (c->codec_type == AVMEDIA_TYPE_AUDIO) - { - av_find_stream_info(ic); - codec = avcodec_find_decoder(c->codec_id); -@@ -415,7 +415,7 @@ - { - s = ic->streams[i]; - c = s->codec; -- if (c->codec_type == CODEC_TYPE_AUDIO) -+ if (c->codec_type == AVMEDIA_TYPE_AUDIO) - { - av_find_stream_info(ic); - codec = avcodec_find_decoder(c->codec_id); |