@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME := ffmpeg
PKG_VERSION := 3.2.6
PKG_RELEASE := 1
PKG_RELEASE := 2
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .tar.xz
PKG_SOURCE_URL := https://ffmpeg.org/releases/
@ -457,6 +457,7 @@ endif
i f e q ( $( BUILD_VARIANT ) , f u l l )
FFMPEG_CONFIGURE += \
--enable-avresample \
$( if $( CONFIG_PACKAGE_libopus) ,--enable-libopus)
ifeq ( $( CONFIG_SOFT_FLOAT) ,y)
FFMPEG_CONFIGURE += \
@ -623,9 +624,9 @@ define Build/InstallDev/full
$( INSTALL_DIR) $( 1) /usr/include
$( INSTALL_DIR) $( 1) /usr/lib
$( INSTALL_DIR) $( 1) /usr/lib/pkgconfig
$( CP) $( PKG_INSTALL_DIR) /usr/include/lib{ avcodec,avdevice,avfilter,avformat,avutil,swresample,swscale} $( 1) /usr/include/
$( CP) $( PKG_INSTALL_DIR) /usr/lib/lib{ avcodec,avdevice,avfilter,avformat,avutil,swresample,swscale} .{ a,so*} $( 1) /usr/lib/
$( CP) $( PKG_INSTALL_DIR) /usr/lib/pkgconfig/lib{ avcodec,avdevice,avfilter,avformat,avutil,swresample,swscale} .pc $( 1) /usr/lib/pkgconfig/
$( CP) $( PKG_INSTALL_DIR) /usr/include/lib{ avcodec,avdevice,avfilter,avformat,avresample,av util,swresample,swscale} $( 1) /usr/include/
$( CP) $( PKG_INSTALL_DIR) /usr/lib/lib{ avcodec,avdevice,avfilter,avformat,avresample,av util,swresample,swscale} .{ a,so*} $( 1) /usr/lib/
$( CP) $( PKG_INSTALL_DIR) /usr/lib/pkgconfig/lib{ avcodec,avdevice,avfilter,avformat,avresample,av util,swresample,swscale} .pc $( 1) /usr/lib/pkgconfig/
i f n e q ( $( CONFIG_SOFT_FLOAT ) , y )
$( CP) $( PKG_INSTALL_DIR) /usr/include/libpostproc $( 1) /usr/include/
$( CP) $( PKG_INSTALL_DIR) /usr/lib/libpostproc.{ a,so*} $( 1) /usr/lib/
@ -691,7 +692,7 @@ endef
# Soft float is LGPL (no libpostproc); Hard float is GPL (yes libpostproc)
d e f i n e P a c k a g e / l i b f f m p e g - f u l l / i n s t a l l
$( INSTALL_DIR) $( 1) /usr/lib
$( CP) $( PKG_INSTALL_DIR) /usr/lib/lib{ avcodec,avdevice,avfilter,avformat,avutil,swresample,swscale} .so.* $( 1) /usr/lib/
$( CP) $( PKG_INSTALL_DIR) /usr/lib/lib{ avcodec,avdevice,avfilter,avformat,avresample,av util,swresample,swscale} .so.* $( 1) /usr/lib/
i f n e q ( $( CONFIG_SOFT_FLOAT ) , y )
$( CP) $( PKG_INSTALL_DIR) /usr/lib/libpostproc.so.* $( 1) /usr/lib/
e n d i f