Skip to content

Commit

Permalink
Merge pull request #3683 from jmetrius/vlc-aacs-fix
Browse files Browse the repository at this point in the history
Fix blu-ray playback with libaacs
  • Loading branch information
rusty-snake committed Oct 23, 2020
2 parents 0e81b26 + 3d897ad commit b675413
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions etc/inc/disable-programs.inc
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ blacklist ${HOME}/.cliqz
blacklist ${HOME}/.clonk
blacklist ${HOME}/.config/0ad
blacklist ${HOME}/.config/2048-qt
blacklist ${HOME}/.config/aacs
blacklist ${HOME}/.config/Atom
blacklist ${HOME}/.config/Audaciousrc
blacklist ${HOME}/.config/Authenticator
Expand Down
2 changes: 2 additions & 0 deletions etc/profile-m-z/vlc.profile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ include globals.local

noblacklist ${HOME}/.cache/vlc
noblacklist ${HOME}/.config/vlc
noblacklist ${HOME}/.config/aacs
noblacklist ${HOME}/.local/share/vlc

include disable-common.inc
Expand All @@ -23,6 +24,7 @@ mkdir ${HOME}/.config/vlc
mkdir ${HOME}/.local/share/vlc
whitelist ${HOME}/.cache/vlc
whitelist ${HOME}/.config/vlc
whitelist ${HOME}/.config/aacs
whitelist ${HOME}/.local/share/vlc
include whitelist-common.inc
include whitelist-players.inc
Expand Down

0 comments on commit b675413

Please sign in to comment.