Oops, better package the actual ffmpeg library too

This commit is contained in:
David Sansome 2010-06-10 15:44:05 +00:00
parent 947a33fed3
commit d5825589d9
1 changed files with 6 additions and 0 deletions

View File

@ -43,6 +43,9 @@ Section "Clementine" Clementine
SetOutPath "$INSTDIR"
SetOverwrite ifnewer
File "avcodec-gpl-52.dll"
File "avformat-gpl-52.dll"
File "avutil-gpl-50.dll"
File "clementine.exe"
File "clementine.ico"
File "glew32.dll"
@ -745,6 +748,9 @@ Section "Uninstall"
completed:
; Delete all the files
Delete "$INSTDIR\avcodec-gpl-52.dll"
Delete "$INSTDIR\avformat-gpl-52.dll"
Delete "$INSTDIR\avutil-gpl-50.dll"
Delete "$INSTDIR\clementine.ico"
Delete "$INSTDIR\clementine.exe"
Delete "$INSTDIR\glew32.dll"