aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/config.inc.in
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-08-27 10:38:20 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-08-27 10:38:20 +0000
commitf7bce206db9ea00906dc5ba5d0a20d6fbce0ef82 (patch)
treeeafccf995f6490c9b4e42df543f78d49b888e6d1 /Game/Code/config.inc.in
parentdc41642a6da59f0e59ef6b500496cc768facc281 (diff)
downloadusdx-f7bce206db9ea00906dc5ba5d0a20d6fbce0ef82.tar.gz
usdx-f7bce206db9ea00906dc5ba5d0a20d6fbce0ef82.tar.xz
usdx-f7bce206db9ea00906dc5ba5d0a20d6fbce0ef82.zip
- spelling corrected FFMpeg -> FFmpeg
- the WIN32 define is not used anymore with MacOSX -> comment in switches.inc removed git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1298 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/config.inc.in')
-rw-r--r--Game/Code/config.inc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Game/Code/config.inc.in b/Game/Code/config.inc.in
index 90471b8d..6bdf26b5 100644
--- a/Game/Code/config.inc.in
+++ b/Game/Code/config.inc.in
@@ -13,8 +13,8 @@
{* Libraries *}
-{$@DEFINE_HAVE_FFMPEG@ HaveFFMpeg}
-{$IF Defined(HaveFFMpeg) and Defined(IncludeConstants)}
+{$@DEFINE_HAVE_FFMPEG@ HaveFFmpeg}
+{$IF Defined(HaveFFmpeg) and Defined(IncludeConstants)}
av__codec = 'libavcodec';
LIBAVCODEC_VERSION_MAJOR = @libavcodec_VERSION_MAJOR@;
LIBAVCODEC_VERSION_MINOR = @libavcodec_VERSION_MINOR@;