+ifeq ($(BOXSERIES), $(filter $(BOXSERIES), hd1))
+FFMPEG_OPTIONS = --disable-ffprobe
+FFMPEG_OPTIONS += --disable-ffserver
+endif
+
ifeq ($(BOXTYPE), coolstream)
FFMPEG_CONFIGURE = \
--disable-doc \
--disable-muxers \
--enable-muxer=mpegts \
\
- --disable-programs \
--disable-static \
--disable-filters \
\
--disable-neon \
--disable-runtime-cpudetect \
--arch=arm \
- --pkg-config=pkg-config
+ --pkg-config=pkg-config \
+ $(FFMPEG_OPTIONS)
else ifeq ($(BOXTYPE), armbox)
ifeq ($(FFMPEG_VER), 3.3)
--extra-cflags="$(FFMPRG_EXTRA_CFLAGS)" \
--arch=arm \
--target-os=linux \
- --bindir=/sbin \
+ --bindir=/bin \
$(OPTIONAL)
else
$(error Boxtype = $(BOXTYPE) not supported)