[SCM] libav/experimental: Add necessary header for CONFIG_RUNTIME_CPUDETECT preprocessor definition.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:45:27 UTC 2013


The following commit has been merged in the experimental branch:
commit f8c0692d8e3bd27ed096451f14c5b93d2dab6710
Author: Diego Biurrun <diego at biurrun.de>
Date:   Sat May 9 12:26:05 2009 +0000

    Add necessary header for CONFIG_RUNTIME_CPUDETECT preprocessor definition.
    
    Originally committed as revision 18774 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/ppc/check_altivec.c b/libavcodec/ppc/check_altivec.c
index 08cc0f4..7f51433 100644
--- a/libavcodec/ppc/check_altivec.c
+++ b/libavcodec/ppc/check_altivec.c
@@ -22,6 +22,8 @@
  * Checks for AltiVec presence.
  */
 
+#include "config.h"
+
 #ifdef __APPLE__
 #undef _POSIX_C_SOURCE
 #include <sys/sysctl.h>

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list