commit dac87568bee51563500e9e7c38c89611c4e80525
Author: Richard M. Shaw <hobbes1069(a)gmail.com>
Date: Thu Jul 7 12:23:57 2016 -0500
Update gcc 6 patch.
avidemux-2.6.12-gcc6.patch | 9 +++++++++
1 file changed, 9 insertions(+)
---
diff --git a/avidemux-2.6.12-gcc6.patch b/avidemux-2.6.12-gcc6.patch
index 8a1e2d2..451a22f 100644
--- a/avidemux-2.6.12-gcc6.patch
+++ b/avidemux-2.6.12-gcc6.patch
@@ -1,5 +1,14 @@
--- a/avidemux_core/ADM_coreVideoCodec/include/ADM_ffmp43.h
+++ b/avidemux_core/ADM_coreVideoCodec/include/ADM_ffmp43.h
+@@ -182,7 +182,7 @@ ADM_COREVIDEOCODEC6_EXPORT void ADM_lavD
+ #define WRAP_Open_Template(funcz,argz,display,codecid,extra) \
+ {\
+ AVCodec *codec=funcz(argz);\
+-if(!codec) {GUI_Error_HIG("Codec",QT_TR_NOOP("Internal error finding
codec"display));ADM_assert(0);} \
++if(!codec) {GUI_Error_HIG("Codec",QT_TR_NOOP("Internal error finding
codec" display));ADM_assert(0);} \
+ codecId=codecid; \
+ _context = avcodec_alloc_context3 (codec);\
+ ADM_assert (_context);\
@@ -213,7 +213,7 @@ if(!codec) {GUI_Error_HIG("Codec",QT_TR_
if (avcodec_open2(_context, codec, NULL) < 0) \
{ \
Show replies by date