Skip to content
  • Rafaël Carré's avatar
    Add --enable-libdvdcss to the autotools install · ec537474
    Rafaël Carré authored
    This commit adds the argument --enable-libdvdcss (off by default). When
    used it directly links libdvdcss into libdvdread. This prevents
    libdvdread from having to use dlopen() to get at the libdvdcss
    functions.
    
    Currently this feature is used when building VLC for mingw32 and darwin.
    ec537474