[vlc-commits] [Git][videolan/vlc][master] configure: remove stray check

Steve Lhomme (@robUx4) gitlab at videolan.org
Thu Oct 6 09:02:40 UTC 2022



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
a429ed75 by RĂ©mi Denis-Courmont at 2022-10-06T06:12:36+00:00
configure: remove stray check

Since VLC 3.0.x, VA-API no longer forcefully depends on libavcodec, even
if it is not particularly useful without it.

In fact, if libva is present, libavcodec absent, and the build system
already gladly builds VA support minus the libavcodec plugin.

- - - - -


1 changed file:

- configure.ac


Changes:

=====================================
configure.ac
=====================================
@@ -2468,10 +2468,6 @@ dnl
 AC_ARG_ENABLE([libva],
   AS_HELP_STRING([--enable-libva], [VAAPI GPU decoding support (libVA) (default auto)]))
 
-AS_IF([test "${enable_libva}" = "yes" -a "${have_avcodec}" != "yes" ], [
-  AC_MSG_ERROR([--enable-libva and --disable-avcodec options are mutually exclusive. Use --enable-avcodec.])
-])
-
 have_vaapi="no"
 have_vaapi_drm="no"
 have_vaapi_x11="no"



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/a429ed75e6b5dd205155513f2343ed0d6ca2f764

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/a429ed75e6b5dd205155513f2343ed0d6ca2f764
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