|
@ -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)" |
|
|