Skip to content
  • Nirbheek Chauhan's avatar
    gstconfig: Decide GST_EXPORT declaration style at build time · 22b892b4
    Nirbheek Chauhan authored and Tim-Philipp Müller's avatar Tim-Philipp Müller committed
    We only use GST_EXPORT consistently when building with MSVC by using the
    visual studio definitions files (win32/common/*.def), so always disable
    it when building with Autotools and only enable it with Meson when
    building with MSVC.
    
    This allows you to use MinGW to link to a GStreamer built with MSVC and
    get the correct function prototypes to find functions and variables in
    DLLs.
    22b892b4