mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package/qt6/qt6multimedia: fix ffmpeg configure option typo
Buildroot commit 553c55e9bd added this
package with a typo in the configure option to disable ffmpeg support.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
9d544ef3bd
commit
dd824f6254
@@ -67,7 +67,7 @@ ifeq ($(BR2_PACKAGE_QT6MULTIMEDIA_FFMPEG),y)
|
||||
QT6MULTIMEDIA_CONF_OPTS += -DFEATURE_ffmpeg=ON
|
||||
QT6MULTIMEDIA_DEPENDENCIES += ffmpeg
|
||||
else
|
||||
QT6MULTIMEDIA_CONF_OPTS += -DFEATURE_ffmpeg=ON
|
||||
QT6MULTIMEDIA_CONF_OPTS += -DFEATURE_ffmpeg=OFF
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_QT6MULTIMEDIA_GSTREAMER),y)
|
||||
|
||||
Reference in New Issue
Block a user