KO Myung-Hun
3f6cbe327f
meson: add vcd, cdda plugin on OS/2
3 months ago
KO Myung-Hun
f07edbadda
meson: fix duplicated targets on OS/2
OS/2 limits DLL filenames to 8 bytes, following the so-called 8.3 rule.
'shortname' kwarg was introduced since v1.10.0.
3 months ago
Steve Lhomme
9a8914c417
access: cdda: remove CDDB support
The CDDB databse from freedb.videolan.org doesn't reply anymore (due to
MusicBrainz ?). freedb.org is dead and gnudb.org is empty.
We still have MusicBrainz which is better.
The one reason it may still work for some is that they run their own server.
And the CDs they have are not found in MusicBrainz.
4 years ago
Ayush Dey
20fe1d3535
meson: add pipewire support
10 months ago
Marvin Scholz
75022f1144
meson: DeckLink: add dependency on CoreFoundation
This is required to link successfully on macOS.
1 year ago
Johannes Kauffmann
d1ee4f1d8e
meson: fix freerdp2 package name
As in configure.ac, look for "freerdp2" package.
1 year ago
Tal Regev
133b21c235
meson: Bug fix. Define meson variable even when option is disabled.
1 year ago
Steve Lhomme
dcecf6598c
meson: add merge-ffmpeg option
1 year ago
Alexandre Janniaux
e053987d94
meson: add nfs access module
Co-authored-by: Steve Lhomme <robux4@ycbcr.xyz>
2 years ago
Alexandre Janniaux
70bfbba499
meson: add decklink access module
Co-authored-by: Steve Lhomme <robux4@ycbcr.xyz>
2 years ago
Alexandre Janniaux
5799e79a1c
meson: add live555 access module
The version check is simplified compared to the ancient code in configure.ac.
The pkg-config support was added in 16bf702b95 (2013).
The version number check is based on 768cafce8d .
VLC 3 uses 2016.11.28.
Co-authored-by: Steve Lhomme <robux4@ycbcr.xyz>
2 years ago
Alexandre Janniaux
d47a7d98c7
meson: add DSM access module
Co-authored-by: Steve Lhomme <robux4@ycbcr.xyz>
2 years ago
Steve Lhomme
47e528618f
meson: disable some modules only built for desktop on UWP
1 year ago
Steve Lhomme
9a71793fa4
meson: add DShow access module
Co-authored-by: Alexandre Janniaux <ajanni@videolabs.io>
1 year ago
Steve Lhomme
f2456fd17d
meson: add access_mms module
Co-authored-by: Alexandre Janniaux <ajanni@videolabs.io>
1 year ago
Steve Lhomme
3d956da0f4
meson: add SFTP module
Co-authored-by: Alexandre Janniaux <ajanni@videolabs.io>
1 year ago
Steve Lhomme
b0d6a3d8ce
meson: use the same libbluray plugin name as autotools
1 year ago
Steve Lhomme
c373cc7677
meson: fix cdda building when gcrypt is used
1 year ago
Gabriel Lafond-Thenaille
5002a6956e
webservices: use demux/json parser in webservices
Co-authored-by: Mehdi Sabwat <mehdi@videolabs.io>
2 years ago
Steve Lhomme
781532d8e4
meson: bump libbluray library version
To match the values in configure.ac from 63ffd9e4ee .
2 years ago
Alexandre Janniaux
8e33c54e80
access: meson: use 'enabled' property for plugins
2 years ago
Alexandre Janniaux
850442bc29
meson: use frameworks[] for referencing
Now that frameworks are probed into the frameworks dictionary, use them
everywhere a framework was set as dependency. See previous commit for
rationale.
2 years ago
Loïc Branstett
62587d48fe
meson: add rtp modules
3 years ago
Alexandre Janniaux
09fea54fb4
access: meson.build: exclude some modules on iOS
Some modules are not building on iOS or tvOS so exclude them from the
build when 'darwin' is matched.
3 years ago
Johannes Kauffmann
fc4d860124
meson: avio: add symbolic_linkargs
3 years ago
Johannes Kauffmann
571692a9e8
meson: add libcom_cppflags to C++ modules using LIBCOM
Following acad6ed0e1 .
bdagraph.cpp actually uses IID_PPV_ARGS now.
3 years ago
Johannes Kauffmann
088e5a6bc1
meson: access: do not use host_machine.system()
Per the docs.
3 years ago
Johannes Kauffmann
c91fac9b59
meson: fix dict key/value style
As per the style guide.
3 years ago
Johannes Kauffmann
f242e3c7eb
meson: fix named argument style
As per the style guide.
3 years ago
Alexandre Janniaux
44a60490fb
access: meson.build: add missing -fobjc-arc
avcapture required -fobjc-arc but it was missing.
3 years ago
Marvin Scholz
d5f07af209
meson: add initial meson build system
Co-authored-by: Tanguy Dubroca <tanguy.dubroca@lse.epita.fr>
Co-authored-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
Co-authored-by: Alexandre Janniaux <ajanni@videolabs.io>
7 years ago