[vlc-commits] [Git][videolan/vlc][master] autotools: remove a52/libmpeg2 references in distcheck configure
    Steve Lhomme (@robUx4) 
    gitlab at videolan.org
       
    Wed Nov  6 10:36:42 UTC 2024
    
    
  
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
5b38cfe0 by Steve Lhomme at 2024-11-06T10:14:14+00:00
autotools: remove a52/libmpeg2 references in distcheck configure
They are gone since 2547ddf2b245c7907e0d226724521e8715a436c0 and 1b761ea3c50edb98178cb2b706c3a2de1c7cffc6
- - - - -
1 changed file:
- Makefile.am
Changes:
=====================================
Makefile.am
=====================================
@@ -29,12 +29,11 @@ SUFFIXES =
 
 AM_DISTCHECK_CONFIGURE_FLAGS = \
 	--enable-fast-install \
-	--disable-a52 \
 	--disable-alsa \
 	--disable-avcodec --disable-avformat \
 	--disable-postproc --disable-swscale \
 	--disable-dbus \
-	--disable-mad --disable-libmpeg2 \
+	--disable-mad \
 	--disable-faad --disable-skins2 \
 	--disable-live555 \
 	--disable-lua \
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/5b38cfe032287242b25522bdde65366b6903452c
-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/5b38cfe032287242b25522bdde65366b6903452c
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