A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://ffmpeg.org/pipermail/ffmpeg-devel/2007-January/027321.html below:

[Ffmpeg-devel] [PATCH] Avoid a warning in libavutil/common.h

[Ffmpeg-devel] [PATCH] Avoid a warning in libavutil/common.h [Ffmpeg-devel] [PATCH] Avoid a warning in libavutil/common.hChristophe Mutricy xtophe
Sat Jan 13 00:49:56 CET 2007
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"

More information about the ffmpeg-devel mailing list

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