From 9238c1b9926343d693ab546f6d62b7f54d0ea3d7 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Sun, 4 Jan 2009 06:56:20 +0000 Subject: [PATCH] Remove WITH_FFMPEGSOURCE as the defines have been self-contained to FFmpegSource2. Originally committed to SVN as r2623. --- aegisub/config/config_unix.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/aegisub/config/config_unix.h b/aegisub/config/config_unix.h index c5dbbed6f..69a55ff24 100644 --- a/aegisub/config/config_unix.h +++ b/aegisub/config/config_unix.h @@ -18,14 +18,6 @@ #include -#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;