OSDN Git Service

Merge two adjacent ifdef blocks
authorMåns Rullgård <mans@mansr.com>
Mon, 8 Mar 2010 21:28:58 +0000 (21:28 +0000)
committerMåns Rullgård <mans@mansr.com>
Mon, 8 Mar 2010 21:28:58 +0000 (21:28 +0000)
Originally committed as revision 22347 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavutil/common.h

index 0ba6911..010fe4c 100644 (file)
@@ -38,9 +38,6 @@
 
 #ifdef HAVE_AV_CONFIG_H
 #include "config.h"
-#endif
-
-#ifdef HAVE_AV_CONFIG_H
 #   include "intmath.h"
 #endif