summaryrefslogtreecommitdiff
path: root/media-video/noad/files/patches-0.8.x/noad-0.8.6-ffmpeg25.patch
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/noad/files/patches-0.8.x/noad-0.8.6-ffmpeg25.patch')
-rw-r--r--media-video/noad/files/patches-0.8.x/noad-0.8.6-ffmpeg25.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/media-video/noad/files/patches-0.8.x/noad-0.8.6-ffmpeg25.patch b/media-video/noad/files/patches-0.8.x/noad-0.8.6-ffmpeg25.patch
deleted file mode 100644
index 455252a74c8a..000000000000
--- a/media-video/noad/files/patches-0.8.x/noad-0.8.6-ffmpeg25.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Index: noad-0.8.6/ffmpeg_decoder.cpp
-===================================================================
---- noad-0.8.6.orig/ffmpeg_decoder.cpp
-+++ noad-0.8.6/ffmpeg_decoder.cpp
-@@ -253,7 +253,11 @@ int FFMPegDecoder::decoder_exit()
- // close the file
- if( pFormatCtx )
- {
-+#if LIBAVFORMAT_VERSION_MAJOR < 54
- av_close_input_file(pFormatCtx);
-+#else
-+ avformat_close_input(&pFormatCtx);
-+#endif
- pFormatCtx = NULL;
- }
- // Close the codec