rtpmux: cleanup ssrc-handling code a bit
[platform/upstream/gst-plugins-good.git] / tests / meson.build
1 # FIXME: make check work on windows
2 if host_system != 'windows'
3   if not get_option('tests').disabled() and gstcheck_dep.found()
4     subdir('check')
5   endif
6 endif
7
8 subdir('icles')
9 if not get_option('examples').disabled()
10   subdir('examples')
11 endif