aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.inc.in
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2012-10-20 08:49:17 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2012-10-20 08:49:17 +0000
commitc7debe9f511f035ac1221f8dce230a4f34dadb3b (patch)
tree4a0781d716f9205954dfbe214ab9fbd088c23a04 /src/config.inc.in
parent65a64deeb0d295749f97f04ebd4c85122082fe71 (diff)
downloadusdx-c7debe9f511f035ac1221f8dce230a4f34dadb3b.tar.gz
usdx-c7debe9f511f035ac1221f8dce230a4f34dadb3b.tar.xz
usdx-c7debe9f511f035ac1221f8dce230a4f34dadb3b.zip
try to fix compilation with old ffmpeg
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2928 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/config.inc.in')
-rw-r--r--src/config.inc.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.inc.in b/src/config.inc.in
index 168a1ced..a901a5fa 100644
--- a/src/config.inc.in
+++ b/src/config.inc.in
@@ -17,6 +17,7 @@
{$DEFINE FFMPEG_DIR := 'ffmpeg-@FFMPEG_VERSION_MAJOR@.@FFMPEG_VERSION_MINOR@'}
{$ELSE}
{$DEFINE FFMPEG_DIR := 'ffmpeg'}
+ {$DEFINE useOLD_FFMPEG}
{$IFEND}
{$ENDIF}
{$IF Defined(IncludeConstants)}