Changes of Revision 2
[-] [+] | Changed | makemkv.spec |
[-] [+] | Added | playBluRay-vlc.patch ^ |
@@ -0,0 +1,11 @@ +--- playBluRay/playBluRay.sh.orig 2011-09-28 00:09:58.951921440 +0200 ++++ playBluRay/playBluRay.sh 2011-09-28 00:10:20.688544100 +0200 +@@ -42,7 +42,7 @@ + done + + # Tell VLC to play the first title of the disc. +-${VLCPATH}VLC http://localhost:51000/stream/title0.ts ++${VLCPATH}vlc http://localhost:51000/stream/title0.ts + + # Shut down MakeMKV after VLC closes. + killall makemkvcon |