mirror of https://github.com/odrling/Aegisub
Remove WITH_FFMPEGSOURCE as the defines have been self-contained to FFmpegSource2.
Originally committed to SVN as r2623.
This commit is contained in:
parent
7b552282ff
commit
9238c1b992
|
@ -18,14 +18,6 @@
|
|||
|
||||
#include <stdwx.h>
|
||||
|
||||
#ifdef WITH_FFMPEGSOURCE
|
||||
/* FIXME: For FFMPEGSource2, this needs to be fixed but should be
|
||||
harmless for the rest of aegisub. */
|
||||
#define _snprintf snprintf
|
||||
#define _ftelli64 ftello
|
||||
#define _fseeki64 fseeko
|
||||
#endif
|
||||
|
||||
// These shouldn't be needed any longer, if there are
|
||||
// any occurrences of __int64 replace them with long long.
|
||||
//typedef int64_t __int64;
|
||||
|
|
Loading…
Reference in New Issue