2015-09-08
How to play encrypted DVDs on Fedora 22
Solution found here: http://forums.fedoraforum.org/showthread.php?t=304745
First become root:
su -
Then execute these 7 commands:
dnf install dh-autoreconf
git clone git://git.videolan.org/libdvdcss
cd libdvdcss/
autoreconf -i
./configure --prefix=/usr
make
make install