Mercurial > mplayer.hg
changeset 24210:1da5724cc7a7
Fix a ton of warnings:
warning: incompatible implicit declaration of built-in function 'memset'
warning: incompatible implicit declaration of built-in function 'memcpy'
author | diego |
---|---|
date | Mon, 27 Aug 2007 10:32:46 +0000 |
parents | 37c351362624 |
children | dd0e88e44112 |
files | TOOLS/realcodecs/cook.c TOOLS/realcodecs/drv2.c TOOLS/realcodecs/drv3.c TOOLS/realcodecs/drv4.c TOOLS/realcodecs/sipr.c |
diffstat | 5 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/TOOLS/realcodecs/cook.c Mon Aug 27 10:29:25 2007 +0000 +++ b/TOOLS/realcodecs/cook.c Mon Aug 27 10:32:46 2007 +0000 @@ -12,6 +12,7 @@ #include <stddef.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <dlfcn.h> #include <sys/time.h>
--- a/TOOLS/realcodecs/drv2.c Mon Aug 27 10:29:25 2007 +0000 +++ b/TOOLS/realcodecs/drv2.c Mon Aug 27 10:32:46 2007 +0000 @@ -12,6 +12,7 @@ #include <stddef.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <dlfcn.h> #include <sys/time.h>
--- a/TOOLS/realcodecs/drv3.c Mon Aug 27 10:29:25 2007 +0000 +++ b/TOOLS/realcodecs/drv3.c Mon Aug 27 10:32:46 2007 +0000 @@ -12,6 +12,7 @@ #include <stddef.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <dlfcn.h> #include <sys/time.h>