https://code.videolan.org/videolan/libdvdcss/-/blob/master/COPYING
commented on
issue #15
"libdvdcss doesn't work, if the drive is mounted via systemd"
at
VideoLAN / libdvdcss
Then, sorry, but the issue is in your mount that does not give you all the right permissions....
commented on
issue #15
"libdvdcss doesn't work, if the drive is mounted via systemd"
at
VideoLAN / libdvdcss
We need more logs.
commented on
merge request !10
"Disable cache for in Universal Windows Platform builds"
at
VideoLAN / libdvdcss
Also the calling code seem to imply the cache is optional:...
commented on
merge request !10
"Disable cache for in Universal Windows Platform builds"
at
VideoLAN / libdvdcss
That function is already designed to handle errors in SHGetFolderPathA()
. If it fails psz_cache
will be NULL and the function will return with this...
It makes no difference to the old code. It's just a hardcoded string with an added drive character. Otherwise we could have separate for old Window...
Please don’t touch the CreateFile part and keep it as char.
commented on
merge request !10
"Disable cache for in Universal Windows Platform builds"
at
VideoLAN / libdvdcss
The cache isn’t really a cache. You cannot disable the cache.
opened
merge request
!10
"Disable cache for in Universal Windows Platform builds"
at
VideoLAN / libdvdcss
If you got libdvdcss from its version control system, please bootstrap first:...
opened
issue
#12
"version.h no such file or directory error on Visual Studio 2022 compile of vcxproj"
at
VideoLAN / libdvdcss