Module: libav
Branch: master
Commit: f60f06d9894b06d5371729c84f8fd7219909e2bf

Author:    Henrik Gramner <[email protected]>
Committer: Anton Khirnov <[email protected]>
Date:      Mon Jan 18 00:21:45 2016 +0100

x86inc: Be more verbose in assertion failures

Signed-off-by: Anton Khirnov <[email protected]>

---

 libavutil/x86/x86inc.asm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavutil/x86/x86inc.asm b/libavutil/x86/x86inc.asm
index afcd6b8..dabb6cc 100644
--- a/libavutil/x86/x86inc.asm
+++ b/libavutil/x86/x86inc.asm
@@ -295,7 +295,7 @@ DECLARE_REG_TMP_SIZE 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14
 
 %macro ASSERT 1
     %if (%1) == 0
-        %error assert failed
+        %error assertion ``%1'' failed
     %endif
 %endmacro
 

_______________________________________________
libav-commits mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to