package/sox: drop unrecognized options

ffmpeg has been dropped since version 14.4.2 (back in 2013) and
5ae4049727

--disable-gomp has also been removed since version 14.4.1 (back in 2012)
and
84eaacb54f

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Fabrice Fontaine 2021-02-02 21:46:26 +01:00 committed by Yann E. MORIN
parent 548b8c5412
commit 9829813427

View File

@ -15,8 +15,6 @@ SOX_CPE_ID_PRODUCT = sound_exchange
SOX_CONF_OPTS = \
--with-distro="Buildroot" \
--without-ffmpeg \
--disable-gomp \
--disable-stack-protector
ifeq ($(BR2_PACKAGE_ALSA_LIB_PCM),y)