Commit d497ab17 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Install libvlccore.dll too.

parent 4eb07bea
...@@ -383,12 +383,12 @@ Section "Media player (required)" SEC01 ...@@ -383,12 +383,12 @@ Section "Media player (required)" SEC01
; VLC.exe, libvlc.dll ; VLC.exe, libvlc.dll
!insertmacro InstallFile vlc.exe !insertmacro InstallFile vlc.exe
!insertmacro InstallFile vlc.exe.manifest !insertmacro InstallFile vlc.exe.manifest
!ifdef LIBVLCCORE_DLL
!insertmacro InstallFile ${LIBVLCCORE_DLL}
!endif
!ifdef LIBVLC_DLL !ifdef LIBVLC_DLL
!insertmacro InstallFile ${LIBVLC_DLL} !insertmacro InstallFile ${LIBVLC_DLL}
!endif !endif
!ifdef LIBVLC_CONTROL_DLL
!insertmacro InstallFile ${LIBVLC_CONTROL_DLL}
!endif
; Text files ; Text files
!insertmacro InstallFile *.txt !insertmacro InstallFile *.txt
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment