[vlc-commits] [Git][videolan/vlc][3.0.x] access: cdda: Fix compilation without CDDB

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Mon Sep 6 07:22:48 UTC 2021



Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC


Commits:
1388e3fb by Martin Storsjö at 2021-09-06T06:35:04+00:00
access: cdda: Fix compilation without CDDB

(cherry picked from commit ecdfc29c23cf4245589e3201d292a838e3d6a457)

- - - - -


1 changed file:

- modules/access/cdda.c


Changes:

=====================================
modules/access/cdda.c
=====================================
@@ -925,7 +925,9 @@ static int AccessOpen(vlc_object_t *obj)
     }
 
     sys->mbrecord = NULL;
+#ifdef HAVE_LIBCDDB
     sys->cddb = NULL;
+#endif
 
     if(var_InheritBool(obj, "metadata-network-access"))
     {



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

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/1388e3fb8b81cb2a88a5910255c17ba39ee83910
You're receiving this email because of your account on code.videolan.org.




More information about the vlc-commits mailing list