• wm4's avatar
    mmal: Reference MMAL VC lib explicitly · 49e531ff
    wm4 authored
    
    
    This is optional, but ensures that linking with -Wl,--as-needed does not
    drop the library containing the MMAL VC driver. The driver normally
    "registers" itself in the library constructor, but since no symbols are
    explicitly referenced, the linker could remove it with --as-needed
    enabled.
    
    Signed-off-by: default avatarDiego Biurrun <diego@biurrun.de>
    49e531ff