Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix cmake compilation with dvdcss #959

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 4, 2024

  1. Fix cmake compilation with dvdcss

    The commit fixes the following error, trying to link libmythdvdnav.
    
    /usr/bin/ld: ../../../../external/libmythdvdnav/libmythdvdnav-35.so.35.0: undefined reference to `dvdcss_open'
    /usr/bin/ld: ../../../../external/libmythdvdnav/libmythdvdnav-35.so.35.0: undefined reference to `dvdcss_close'
    /usr/bin/ld: ../../../../external/libmythdvdnav/libmythdvdnav-35.so.35.0: undefined reference to `dvdcss_open_stream'
    /usr/bin/ld: ../../../../external/libmythdvdnav/libmythdvdnav-35.so.35.0: undefined reference to `dvdcss_read'
    /usr/bin/ld: ../../../../external/libmythdvdnav/libmythdvdnav-35.so.35.0: undefined reference to `dvdcss_seek'
    collect2: error: ld returned 1 exit status
    janbar committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    afebba1 View commit details
    Browse the repository at this point in the history