aboutsummaryrefslogtreecommitdiffstats
path: root/src/switches.inc
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2013-12-14 23:13:56 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2013-12-14 23:13:56 +0000
commitd99a89b60c91b7630ed47f9df67beae41ea65892 (patch)
tree346f6d76f317fd1f9c7d1af84eff7221c92ac39a /src/switches.inc
parent7679605ae16217fbad0a79d795bce8eb8fa48642 (diff)
downloadusdx-d99a89b60c91b7630ed47f9df67beae41ea65892.tar.gz
usdx-d99a89b60c91b7630ed47f9df67beae41ea65892.tar.xz
usdx-d99a89b60c91b7630ed47f9df67beae41ea65892.zip
add FF_API_AVCODEC_RESAMPLE and FFMPEG_VERSION_INT
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3025 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/switches.inc')
-rw-r--r--src/switches.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/switches.inc b/src/switches.inc
index 64ebb5c2..e54bbcfa 100644
--- a/src/switches.inc
+++ b/src/switches.inc
@@ -97,6 +97,7 @@
{$IFDEF HaveFFmpeg}
{$DEFINE UseFFmpegDecoder}
{$DEFINE UseFFmpegResample}
+ {$DEFINE FF_API_AVCODEC_RESAMPLE}
{$DEFINE UseFFmpegVideo}
{$IFDEF HaveSWScale}
{$DEFINE UseSWScale}