remove preprocessor cruft
authorMåns Rullgård <mans@mansr.com>
Mon, 5 Feb 2007 19:56:31 +0000 (19:56 +0000)
committerMåns Rullgård <mans@mansr.com>
Mon, 5 Feb 2007 19:56:31 +0000 (19:56 +0000)
Originally committed as revision 7837 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/dtsdec.c

index 3c73b47..27741db 100644 (file)
  * 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