Skip to content
  • Thibault Saunier's avatar
    meson: Make mpegts lib build when using subprojects · 50473d77
    Thibault Saunier authored
    The headers passed as parametter are relative to the build dir
    basically "../subproject/gst-plugins-bad/gst-libs/gst/mpegts/XXX.h"
    but that does not match what is needed at build time when building as
    subproject, also we always add current dir as include_dir so we are
    safe including directly.
    
    And link mpegtsdemux against the 'math' library as it is needed.
    50473d77