diff options
author | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2012-04-02 14:25:14 +0000 |
---|---|---|
committer | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2012-04-02 14:25:14 +0000 |
commit | a1e3dd4d901af4214f143fc88365e11e2c7dc3e2 (patch) | |
tree | a5f445bb5b0287c4048b9bb676f4e988c2b6bdfc | |
parent | a8decf24f7fad57104babffe20398a31201cd3db (diff) | |
download | usdx-a1e3dd4d901af4214f143fc88365e11e2c7dc3e2.tar.gz usdx-a1e3dd4d901af4214f143fc88365e11e2c7dc3e2.tar.xz usdx-a1e3dd4d901af4214f143fc88365e11e2c7dc3e2.zip |
extend configure for the detection of ffmpeg version
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2853 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c240aa7d..324a8621 100644 --- a/configure.ac +++ b/configure.ac @@ -185,6 +185,8 @@ if [[ x$lua_HAVE = xno ]]; then fi AC_SUBST(lua_LIB_NAME) +AC_FFMPEG_VERSION + # find FFMpeg # Note: do not use the min/max version parameters with ffmpeg # otherwise it might fail in ubuntu due to a wrong version number |