Skip to content

Commit

Permalink
Merge pull request #10667 from wsnipex/libdvd
Browse files Browse the repository at this point in the history
fix encrypted DVD playback fixes #16965
  • Loading branch information
MartijnKaijser committed Oct 9, 2016
2 parents f816872 + 03bc14b commit a32bd7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/cmake/modules/FindLibDvd.cmake
Expand Up @@ -37,7 +37,7 @@ if(NOT WIN32)

set(_linklibs ${DVDREAD_LIBRARY})
if(ENABLE_DVDCSS)
list(APPEND _linklibs ${DVDCSS_LIBARY})
list(APPEND _linklibs ${DVDCSS_LIBRARY})
endif()
core_link_library(${DVDNAV_LIBRARY} system/players/VideoPlayer/libdvdnav dvdnav archives "${_linklibs}")
set(LIBDVD_LIBRARIES ${DVDNAV_LIBRARY})
Expand Down

0 comments on commit a32bd7f

Please sign in to comment.