From a68df043bfbc7f8f38332143577877846631eca4 Mon Sep 17 00:00:00 2001 From: Michał Cichoń Date: Tue, 25 Aug 2015 19:58:37 +0200 Subject: Update build environment - remove faad2 - remove mad - remove polarssl - remove pthreads - add libcurl - add vtparse with UTF8 support - update project to use Visual Studio 2015 --- faad2/src/common/mp4ff/mp4ff_int_types.h | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 faad2/src/common/mp4ff/mp4ff_int_types.h (limited to 'faad2/src/common/mp4ff/mp4ff_int_types.h') diff --git a/faad2/src/common/mp4ff/mp4ff_int_types.h b/faad2/src/common/mp4ff/mp4ff_int_types.h deleted file mode 100644 index 3d3089c..0000000 --- a/faad2/src/common/mp4ff/mp4ff_int_types.h +++ /dev/null @@ -1,27 +0,0 @@ -#ifndef _MP4FF_INT_TYPES_H_ -#define _MP4FF_INT_TYPES_H_ - -#if defined (_WIN32) - -#ifdef __MINGW32__ -#include -#endif /* #ifdef __MINGW32__ */ - -typedef signed char int8_t; -typedef unsigned char uint8_t; -typedef signed short int16_t; -typedef unsigned short uint16_t; -typedef signed long int32_t; -typedef unsigned long uint32_t; - -typedef signed __int64 int64_t; -typedef unsigned __int64 uint64_t; - -#else - -#include - -#endif - - -#endif -- cgit v1.2.3