Browse Source

- ffmpeg: disable ffprobe

master
gixxpunk 8 years ago
parent
commit
c3bd9bebb1
  1. 2
      make/system-libs.mk

2
make/system-libs.mk

@ -238,6 +238,7 @@ FFMPEG_CONFIGURE_GENERIC = \
--disable-ffmpeg \ --disable-ffmpeg \
--disable-ffplay \ --disable-ffplay \
--disable-ffserver \ --disable-ffserver \
--disable-ffprobe \
\ \
--disable-altivec \ --disable-altivec \
--disable-mmx \ --disable-mmx \
@ -356,7 +357,6 @@ ifeq ($(BOXSERIES), hd2)
--extra-cflags="-Wno-deprecated-declarations -I$(TARGETINCLUDE) -mfpu=vfpv3-d16 -mfloat-abi=hard" --extra-cflags="-Wno-deprecated-declarations -I$(TARGETINCLUDE) -mfpu=vfpv3-d16 -mfloat-abi=hard"
else else
FFMPEG_CONFIGURE = \ FFMPEG_CONFIGURE = \
--disable-ffprobe \
--enable-small \ --enable-small \
--cpu=armv6 \ --cpu=armv6 \
--extra-cflags="-Wno-deprecated-declarations -I$(TARGETINCLUDE)" --extra-cflags="-Wno-deprecated-declarations -I$(TARGETINCLUDE)"

Loading…
Cancel
Save