gstreamer/gst-libs/gst/meson.build
Thibault Saunier 30b3055780 rtsp: Include GstSdp-1.0.gir when generating the gir
It is actually needed as we need some symbols. We do not link
to libgstsdp as the user of the lib should do it (same with
autotools build).

This reverts previous commit
2016-11-10 17:43:38 -03:00

12 lines
171 B
Meson

subdir('tag')
subdir('fft')
subdir('video')
subdir('audio')
subdir('rtp')
subdir('sdp')
subdir('rtsp')
subdir('pbutils')
subdir('riff')
subdir('app')
subdir('allocators')