]> granicus.if.org Git - libx264/commitdiff
* all: include stdarg.h (needed for x264_log)
authorLaurent Aimar <fenrir@videolan.org>
Sun, 22 Aug 2004 15:01:46 +0000 (15:01 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Sun, 22 Aug 2004 15:01:46 +0000 (15:01 +0000)
git-svn-id: svn://svn.videolan.org/x264/trunk@38 df754926-b1dd-0310-bc7b-ec298dee348c

core/ppc/mc.c
core/ppc/pixel.c

index ea41325c0ee2769853dcb82efea9e34a2bf39289..b96d3e3efe8146ef42a46d98af195b6523a7b7af 100644 (file)
@@ -25,6 +25,7 @@
 #include <stdio.h>
 #include <string.h>
 #include <stdint.h>
+#include <stdarg.h>
 
 #ifdef SYS_LINUX
 #include <altivec.h>
index ec163c139b6f8c2e0d477c98a1dc3d3b0e4c2031..a6d048fc5a6ba398c1e7666b9b9e2a68dbee6bea 100644 (file)
@@ -25,6 +25,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <stdint.h>
+#include <stdarg.h>
 
 #ifdef SYS_LINUX
 #include <altivec.h>