Skip to content
  • Salvador Fandino's avatar
    ladspa-sink: fix Windows compilation · 8c22cd54
    Salvador Fandino authored and Tanu Kaskinen's avatar Tanu Kaskinen committed
    The macro LADSPA_PATH was defined as a list of directories quoted but
    without taking into account that the directory names, specially on
    Windows, can contain backslashes that need escaping.
    
    This patch removes the quoted from the macro and uses the C preprocessor
    to quote it properly using a helper macro.
    8c22cd54