[SCM] libav/experimental: remove preprocessor cruft

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:55:58 UTC 2013


The following commit has been merged in the experimental branch:
commit 89fa5b4e23bfd28bc1f84722ca675dab937fe3b8
Author: Måns Rullgård <mans at mansr.com>
Date:   Mon Feb 5 19:56:31 2007 +0000

    remove preprocessor cruft
    
    Originally committed as revision 7837 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/dtsdec.c b/libavcodec/dtsdec.c
index 3c73b47..27741db 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
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list