1#ifndef MP4V2_PLATFORM_POSIX_H
2#define MP4V2_PLATFORM_POSIX_H
6#include "libplatform/config.h"
12#ifndef __STDC_CONSTANT_MACROS
13# define __STDC_CONSTANT_MACROS
18#ifndef __STDC_FORMAT_MACROS
19# define __STDC_FORMAT_MACROS
22#ifdef NEED_LFS_ACTIVATION
23# ifndef _LARGEFILE_SOURCE
24# define _LARGEFILE_SOURCE
25# define _FILE_OFFSET_BITS 64
31#include "libplatform/platform_base.h"
37#include <mp4v2/mp4v2.h>
41namespace mp4v2 {
namespace platform {
62# define MP4V2_INTSTRING_ALIGNMENT 1
64# undef MP4V2_INTSTRING_ALIGNMENT