mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
ffmpeg: enable x264 support
Signed-off-by: David du Colombier <0intro@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
f48a81fed0
commit
3182056e98
@ -229,6 +229,13 @@ else
|
|||||||
FFMPEG_CONF_OPTS += --disable-libvpx
|
FFMPEG_CONF_OPTS += --disable-libvpx
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_X264)$(BR2_PACKAGE_FFMPEG_GPL),yy)
|
||||||
|
FFMPEG_CONF_OPTS += --enable-libx264
|
||||||
|
FFMPEG_DEPENDENCIES += x264
|
||||||
|
else
|
||||||
|
FFMPEG_CONF_OPTS += --disable-libx264
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_X86_CPU_HAS_MMX),y)
|
ifeq ($(BR2_X86_CPU_HAS_MMX),y)
|
||||||
FFMPEG_CONF_OPTS += --enable-yasm
|
FFMPEG_CONF_OPTS += --enable-yasm
|
||||||
FFMPEG_DEPENDENCIES += host-yasm
|
FFMPEG_DEPENDENCIES += host-yasm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user