FFmpegSource2: more portability

Originally committed to SVN as r2356.
This commit is contained in:
Fredrik Mellbin 2008-09-14 18:23:04 +00:00
parent 78d4c92a89
commit 58df7f8a75
3 changed files with 0 additions and 15 deletions

View File

@ -27,11 +27,6 @@
#include "indexing.h"
#include "wave64writer.h"
#ifndef WIN32
# define _ftelli64 ftello
# define _fseeki64 fseeko
#endif
class AudioContext {
public:
Wave64Writer *W64W;

View File

@ -20,11 +20,6 @@
#include "stdiostream.h"
#ifndef WIN32
# define _ftelli64 ftello
# define _fseeki64 fseeko
#endif
/* StdIoStream methods */
/* read count bytes into buffer starting at file position pos

View File

@ -22,11 +22,6 @@
#include <string.h>
#include <intrin.h>
#ifndef WIN32
# define _ftelli64 ftello
# define _fseeki64 fseeko
#endif
int GetCPUFlags() {
int CPUInfo[4];
__cpuid(CPUInfo, 0);