mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
configure: specify the needed ffmpeg versions
This commit is contained in:
@@ -24,10 +24,11 @@ if test x"$BOXTYPE" = x"tripledragon"; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if test x$BOXTYPE = xgeneric; then
|
if test x$BOXTYPE = xgeneric; then
|
||||||
TUXBOX_APPS_LIB_PKGCONFIG(AVFORMAT,libavformat)
|
PKG_CHECK_MODULES([AVFORMAT], [libavformat >= 53.21.1])
|
||||||
TUXBOX_APPS_LIB_PKGCONFIG(AVCODEC,libavcodec)
|
PKG_CHECK_MODULES([AVCODEC], [libavcodec >= 54.28.0])
|
||||||
TUXBOX_APPS_LIB_PKGCONFIG(AVUTIL,libavutil)
|
# don't know which version is exactly needed here...
|
||||||
TUXBOX_APPS_LIB_PKGCONFIG(SWSCALE,libswscale)
|
PKG_CHECK_MODULES([AVUTIL], [libavutil])
|
||||||
|
PKG_CHECK_MODULES([SWSCALE], [libswscale])
|
||||||
fi
|
fi
|
||||||
AC_OUTPUT([
|
AC_OUTPUT([
|
||||||
Makefile
|
Makefile
|
||||||
|
Reference in New Issue
Block a user