[SCM] libav/experimental: Compilation fix, printf gets redefined to please_use_av_log.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 15:51:52 UTC 2013
The following commit has been merged in the experimental branch:
commit ade6e7f3ae57f31fb2268b86fe03559e6184bbe5
Author: Diego Biurrun <diego at biurrun.de>
Date: Sat Oct 7 11:30:24 2006 +0000
Compilation fix, printf gets redefined to please_use_av_log.
Originally committed as revision 6574 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/i386/cputest.c b/libavcodec/i386/cputest.c
index b1c20f8..753924b 100644
--- a/libavcodec/i386/cputest.c
+++ b/libavcodec/i386/cputest.c
@@ -21,6 +21,8 @@
#include <stdlib.h>
#include "../dsputil.h"
+#undef printf
+
#ifdef ARCH_X86_64
# define REG_b "rbx"
# define REG_S "rsi"
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list