[vlc-commits] [Git][videolan/vlc][master] makefile: remove unknown disable-mkv option from distcheck
Hugo Beauzée-Luyssen (@chouquette)
gitlab at videolan.org
Sat Feb 26 16:14:57 UTC 2022
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC
Commits:
3342f3d5 by Steve Lhomme at 2022-02-26T15:42:17+00:00
makefile: remove unknown disable-mkv option from distcheck
It generates a warning
configure: WARNING: unrecognized options: --disable-mkv
- - - - -
1 changed file:
- Makefile.am
Changes:
=====================================
Makefile.am
=====================================
@@ -23,7 +23,7 @@ BUILT_SOURCES_distclean =
BUILT_SOURCES = $(BUILT_SOURCES_distclean)
-SUFFIXES =
+SUFFIXES =
DISTCHECK_CONFIGURE_FLAGS = \
--enable-fast-install \
@@ -37,7 +37,6 @@ DISTCHECK_CONFIGURE_FLAGS = \
--disable-live555 \
--disable-lua \
--disable-fribidi \
- --disable-mkv \
--with-kde-solid='$${datadir}/kde4/apps'
ACLOCAL_AMFLAGS = -I m4
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/3342f3d56756fd3c7da0066648bea5ab133eb6da
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/3342f3d56756fd3c7da0066648bea5ab133eb6da
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list