Loading package/ffmpeg/Config.in +5 −0 Original line number Diff line number Diff line Loading @@ -49,6 +49,11 @@ config BR2_PACKAGE_FFMPEG_FFSERVER help FFserver is a streaming server for both audio and video. config BR2_PACKAGE_FFMPEG_AVRESAMPLE bool "Build libavresample" help Avresample is a audio conversion library for compatibility. config BR2_PACKAGE_FFMPEG_POSTPROC bool "Build libpostproc" depends on BR2_PACKAGE_FFMPEG_GPL Loading package/ffmpeg/ffmpeg.mk +6 −0 Original line number Diff line number Diff line Loading @@ -98,6 +98,12 @@ else FFMPEG_CONF_OPTS += --disable-ffserver endif ifeq ($(BR2_PACKAGE_FFMPEG_AVRESAMPLE),y) FFMPEG_CONF_OPTS += --enable-avresample else FFMPEG_CONF_OPTS += --disable-avresample endif ifeq ($(BR2_PACKAGE_FFMPEG_POSTPROC),y) FFMPEG_CONF_OPTS += --enable-postproc else Loading Loading
package/ffmpeg/Config.in +5 −0 Original line number Diff line number Diff line Loading @@ -49,6 +49,11 @@ config BR2_PACKAGE_FFMPEG_FFSERVER help FFserver is a streaming server for both audio and video. config BR2_PACKAGE_FFMPEG_AVRESAMPLE bool "Build libavresample" help Avresample is a audio conversion library for compatibility. config BR2_PACKAGE_FFMPEG_POSTPROC bool "Build libpostproc" depends on BR2_PACKAGE_FFMPEG_GPL Loading
package/ffmpeg/ffmpeg.mk +6 −0 Original line number Diff line number Diff line Loading @@ -98,6 +98,12 @@ else FFMPEG_CONF_OPTS += --disable-ffserver endif ifeq ($(BR2_PACKAGE_FFMPEG_AVRESAMPLE),y) FFMPEG_CONF_OPTS += --enable-avresample else FFMPEG_CONF_OPTS += --disable-avresample endif ifeq ($(BR2_PACKAGE_FFMPEG_POSTPROC),y) FFMPEG_CONF_OPTS += --enable-postproc else Loading