Commit d33f8f8b authored by mru's avatar mru

remove preprocessor cruft


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7837 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2a741974
...@@ -19,20 +19,12 @@ ...@@ -19,20 +19,12 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * 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 "avcodec.h"
#include <dts.h> #include <dts.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#ifdef HAVE_MALLOC_H
#include <malloc.h>
#endif
#define BUFFER_SIZE 18726 #define BUFFER_SIZE 18726
#define HEADER_SIZE 14 #define HEADER_SIZE 14
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment