Skip to content

Commit cd1816c

Browse files
authored
rebuild ffmpeg for Linux x86 (viamrobotics#3500)
1 parent 5486dee commit cd1816c

File tree

8 files changed

+1
-1
lines changed

8 files changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ $(FFMPEG_ROOT):
139139
# For ARM64 builds, use the image ghcr.io/viamrobotics/antique:arm64 for backward compatibility
140140
FFMPEG_PREFIX ?= $(shell realpath .)/gostream/ffmpeg/$(shell uname -s)-$(shell uname -m)
141141
# See compilation guide here https://trac.ffmpeg.org/wiki/CompilationGuide
142-
FFMPEG_OPTS = --disable-programs --disable-doc --disable-everything --prefix=$(FFMPEG_PREFIX) --disable-autodetect
142+
FFMPEG_OPTS = --disable-programs --disable-doc --disable-everything --prefix=$(FFMPEG_PREFIX) --disable-autodetect --disable-x86asm
143143
ifeq ($(shell uname -m),aarch64)
144144
# We only support hardware encoding on a Raspberry Pi.
145145
FFMPEG_OPTS += --enable-encoder=h264_v4l2m2m
193 KB
Binary file not shown.
8.49 KB
Binary file not shown.
162 KB
Binary file not shown.
182 KB
Binary file not shown.
1.53 MB
Binary file not shown.
70.3 KB
Binary file not shown.
413 KB
Binary file not shown.

0 commit comments

Comments
 (0)