Signed-off-by: Mans Rullgard <[email protected]>
---
libavcodec/mathops.h | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/libavcodec/mathops.h b/libavcodec/mathops.h
index 547bc1a..d74bc1e 100644
--- a/libavcodec/mathops.h
+++ b/libavcodec/mathops.h
@@ -45,9 +45,6 @@
#endif
#ifndef MULH
-//gcc 3.4 creates an incredibly bloated mess out of this
-//# define MULH(a,b) (((int64_t)(a) * (int64_t)(b))>>32)
-
static av_always_inline int MULH(int a, int b){
return ((int64_t)(a) * (int64_t)(b))>>32;
}
--
1.7.4.5
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel