configure: specify the needed ffmpeg versions

Origin commit data
------------------
Branch: master
Commit: 7b32a96635
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-05-27 (Mon, 27 May 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2013-05-27 13:51:09 +02:00
parent 955d4d651b
commit 9db763cac7

View File

@@ -24,10 +24,11 @@ if test x"$BOXTYPE" = x"tripledragon"; then
fi
if test x$BOXTYPE = xgeneric; then
TUXBOX_APPS_LIB_PKGCONFIG(AVFORMAT,libavformat)
TUXBOX_APPS_LIB_PKGCONFIG(AVCODEC,libavcodec)
TUXBOX_APPS_LIB_PKGCONFIG(AVUTIL,libavutil)
TUXBOX_APPS_LIB_PKGCONFIG(SWSCALE,libswscale)
PKG_CHECK_MODULES([AVFORMAT], [libavformat >= 53.21.1])
PKG_CHECK_MODULES([AVCODEC], [libavcodec >= 54.28.0])
# don't know which version is exactly needed here...
PKG_CHECK_MODULES([AVUTIL], [libavutil])
PKG_CHECK_MODULES([SWSCALE], [libswscale])
fi
AC_OUTPUT([
Makefile