[libdvdnav-devel] [Git][videolan/libdvdread][master] meson: set dvdcpxm macro
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Thu Sep 25 20:17:15 UTC 2025
Jean-Baptiste Kempf pushed to branch master at VideoLAN / libdvdread
Commits:
e5a227a6 by Saifelden Mohamed Ismail at 2025-09-25T22:59:39+03:00
meson: set dvdcpxm macro
- - - - -
1 changed file:
- meson.build
Changes:
=====================================
meson.build
=====================================
@@ -100,6 +100,11 @@ elif host_machine.system() != 'windows'
cdata.set('HAVE_DLFCN_H', 1)
endif
+if libdvdcss_dependency.found()
+ if cc.has_header('dvdcss/dvdcpxm.h', dependencies: libdvdcss_dependency)
+ cdata.set('HAVE_DVDCSS_DVDCPXM_H', 1)
+ endif
+endif
# Compiler flag tests
# Compiler flags that should be set
View it on GitLab: https://code.videolan.org/videolan/libdvdread/-/commit/e5a227a664ece9be728fd0cf251bb137679d6664
--
View it on GitLab: https://code.videolan.org/videolan/libdvdread/-/commit/e5a227a664ece9be728fd0cf251bb137679d6664
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the libdvdnav-devel
mailing list