summaryrefslogtreecommitdiff
path: root/libavcodec/dtsdec.c
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2007-02-05 19:56:31 +0000
committerMåns Rullgård <mans@mansr.com>2007-02-05 19:56:31 +0000
commit89fa5b4e23bfd28bc1f84722ca675dab937fe3b8 (patch)
tree1670e4af5a81d41d3769f42bc104bc035036effe /libavcodec/dtsdec.c
parent8af23633a2821a94a7decff47d82369000fedd00 (diff)
remove preprocessor cruft
Originally committed as revision 7837 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/dtsdec.c')
-rw-r--r--libavcodec/dtsdec.c8
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