Remove WITH_FFMPEGSOURCE as the defines have been self-contained to FFmpegSource2.

Originally committed to SVN as r2623.
This commit is contained in:
Amar Takhar 2009-01-04 06:56:20 +00:00
parent 7b552282ff
commit 9238c1b992
1 changed files with 0 additions and 8 deletions

View File

@ -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;