Hello, Attached a one-liner patch to avoid a warning "HAVE_CMOV not defined" when compiling -- Xtophe -------------- next part -------------- Index: libavutil/common.h =================================================================== --- libavutil/common.h (revision 7439) +++ libavutil/common.h (working copy) @@ -120,7 +120,7 @@ /* median of 3 */ static inline int mid_pred(int a, int b, int c) { -#if HAVE_CMOV +#ifdef HAVE_CMOV int i=b; asm volatile( "cmp %2, %1 \n\t"
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4