gstreamer/ext/meson.build
Nicolas Dufresne 387e229773 meson: Enable building LV2
Note that I only support lilv 0.22+ for now, because it's simple and old
enough. If anyone needs to use the 0.16 support it will need to be
added.
2017-12-18 11:34:13 -05:00

71 lines
1.4 KiB
Meson

subdir('assrender')
subdir('aom')
#subdir('bs2b')
subdir('bz2')
subdir('chromaprint')
subdir('curl')
#subdir('daala')
subdir('dash')
#subdir('dc1394')
subdir('directfb')
subdir('dtls')
subdir('dts')
subdir('faac')
subdir('faad')
subdir('fdkaac')
subdir('flite')
subdir('fluidsynth')
subdir('gl')
#subdir('gme')
subdir('gsm')
subdir('gtk')
subdir('hls')
subdir('iqa')
subdir('kate')
#subdir('ladspa')
subdir('libde265')
subdir('libmms')
subdir('lv2')
#subdir('modplug')
subdir('mpeg2enc')
subdir('mplex')
#subdir('musepack')
#subdir('neon')
#subdir('ofa')
#subdir('openal')
subdir('opencv')
#subdir('openexr')
subdir('openh264')
subdir('openjpeg')
#subdir('openni2')
subdir('opus')
subdir('resindvd')
subdir('rsvg')
subdir('rtmp')
subdir('sbc')
subdir('schroedinger')
subdir('smoothstreaming')
#subdir('sndfile')
if cc.get_id() != 'msvc'
# soundtouch doesn't do exporting of symbols for DLLs and I'm not sure how to
# do that for C++ classes. -- Nirbheek
subdir('soundtouch')
# libspandsp has a bunch of portability issues in the headers
# If someone really wants to use this, it shouldn't be hard to port
subdir('spandsp')
endif
#subdir('spc')
subdir('srt')
subdir('srtp')
#subdir('teletextdec')
#subdir('wildmidi')
subdir('ttml')
subdir('voaacenc')
#subdir('voamrwbenc')
subdir('vulkan')
subdir('wayland')
subdir('webrtcdsp')
subdir('webp')
subdir('x265')
subdir('zbar')