diff options
author | Måns Rullgård <mans@mansr.com> | 2007-02-05 19:56:31 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2007-02-05 19:56:31 +0000 |
commit | 89fa5b4e23bfd28bc1f84722ca675dab937fe3b8 (patch) | |
tree | 1670e4af5a81d41d3769f42bc104bc035036effe | |
parent | 8af23633a2821a94a7decff47d82369000fedd00 (diff) | |
download | ffmpeg-89fa5b4e23bfd28bc1f84722ca675dab937fe3b8.tar.gz |
remove preprocessor cruft
Originally committed as revision 7837 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/dtsdec.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libavcodec/dtsdec.c b/libavcodec/dtsdec.c index 3c73b475af..27741db524 100644 --- a/libavcodec/dtsdec.c +++ b/libavcodec/dtsdec.c @@ -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 |