Mercurial > libavcodec.hg
changeset 4480:3a31e2fc1b9b libavcodec
remove preprocessor cruft
author | mru |
---|---|
date | Mon, 05 Feb 2007 19:56:31 +0000 |
parents | f1057be02298 |
children | f3987e08b9da |
files | dtsdec.c |
diffstat | 1 files changed, 0 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/dtsdec.c Mon Feb 05 19:55:15 2007 +0000 +++ b/dtsdec.c Mon Feb 05 19:56:31 2007 +0000 @@ -19,20 +19,12 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifdef HAVE_AV_CONFIG_H -#undef HAVE_AV_CONFIG_H -#endif - #include "avcodec.h" #include <dts.h> #include <stdlib.h> #include <string.h> -#ifdef HAVE_MALLOC_H -#include <malloc.h> -#endif - #define BUFFER_SIZE 18726 #define HEADER_SIZE 14