From a0ea12c336272fd34c2310174a4cd8434b668abc Mon Sep 17 00:00:00 2001 From: rimach Date: Wed, 30 Nov 2011 20:54:19 +0100 Subject: [PATCH] add vlcmedia to pyinstaller hook --- resources/pyinstaller/hook-openlp.core.ui.media.py | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/pyinstaller/hook-openlp.core.ui.media.py b/resources/pyinstaller/hook-openlp.core.ui.media.py index 45bc39734..6a200e85c 100644 --- a/resources/pyinstaller/hook-openlp.core.ui.media.py +++ b/resources/pyinstaller/hook-openlp.core.ui.media.py @@ -26,4 +26,5 @@ ############################################################################### hiddenimports = ['openlp.core.ui.media.phononplayer', + 'openlp.core.ui.media.vlcplayer', 'openlp.core.ui.media.webkitplayer']