summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2015-08-15 00:27:16 +0200
committerJulian Ospald <hasufell@gentoo.org>2015-08-15 00:27:31 +0200
commita8a6e1f4b7ea0ba2eb265c0cccf9e049792146cf (patch)
treee9621691594a42a5ef1a1fbd08138cc84fecf27c /games-engines/renpy/files/renpy-6.14.1-av_close_input_stream.patch
parentnet-analyzer/wireshark: amd64 stable wrt bug #557522 (diff)
downloadgentoo-a8a6e1f4b7ea0ba2eb265c0cccf9e049792146cf.tar.gz
gentoo-a8a6e1f4b7ea0ba2eb265c0cccf9e049792146cf.tar.bz2
gentoo-a8a6e1f4b7ea0ba2eb265c0cccf9e049792146cf.zip
games-engines/renpy: rm old 6.14 and 6.18.2
Diffstat (limited to 'games-engines/renpy/files/renpy-6.14.1-av_close_input_stream.patch')
-rw-r--r--games-engines/renpy/files/renpy-6.14.1-av_close_input_stream.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/games-engines/renpy/files/renpy-6.14.1-av_close_input_stream.patch b/games-engines/renpy/files/renpy-6.14.1-av_close_input_stream.patch
deleted file mode 100644
index c2415a2233a9..000000000000
--- a/games-engines/renpy/files/renpy-6.14.1-av_close_input_stream.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- module/ffdecode.c
-+++ module/ffdecode.c
-@@ -1356,7 +1356,7 @@
- if (is->video_stream >= 0)
- stream_component_close(is, is->video_stream);
- if (is->ic) {
-- av_close_input_stream(is->ic);
-+ av_close_input_file(is->ic);
- is->ic = NULL;
- }
-