aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/lib
diff options
context:
space:
mode:
authoreddie-0815 <eddie-0815@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-01-11 20:56:16 +0000
committereddie-0815 <eddie-0815@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-01-11 20:56:16 +0000
commit79c5b96f49412541efdd51bca62ce5912b864c08 (patch)
tree0d2672a52b2d57455c3092381774f0ed8290f265 /Game/Code/lib
parentfa4f747ca8b83247981e89ec83b21d8f6a7ffa84 (diff)
downloadusdx-79c5b96f49412541efdd51bca62ce5912b864c08.tar.gz
usdx-79c5b96f49412541efdd51bca62ce5912b864c08.tar.xz
usdx-79c5b96f49412541efdd51bca62ce5912b864c08.zip
Fixed compiling and typos on OS X.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@788 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/lib')
-rw-r--r--Game/Code/lib/ffmpeg/version.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/lib/ffmpeg/version.inc b/Game/Code/lib/ffmpeg/version.inc
index e7f32f5a..6ba2bd52 100644
--- a/Game/Code/lib/ffmpeg/version.inc
+++ b/Game/Code/lib/ffmpeg/version.inc
@@ -33,7 +33,7 @@ const
LIBAVUTIL_SUB_VERSION = 0;
{$ENDIF}
{$IFDEF DARWIN}
- av__format = 'libavcodec.dylib';
+ av__codec = 'libavcodec.dylib';
LIBAVCODEC_MAJOR_VERSION = 51;
LIBAVCODEC_MINOR_VERSION = 0;
LIBAVCODEC_SUB_VERSION = 0;