include opus support in windows build (#5648)

This commit is contained in:
Nicolai J 2017-03-06 13:00:38 +01:00 committed by John Maguire
parent 3d80f7e1e2
commit 81c905bcf5
1 changed files with 7 additions and 0 deletions

View File

@ -316,6 +316,7 @@ Section "Clementine" Clementine
File "libnettle-6.dll"
File "libogg-0.dll"
File "liboil-0.3-0.dll"
File "libopus-0.dll"
File "liborc-0.4-0.dll"
File "liborc-test-0.4-0.dll"
File "libp11-kit-0.dll"
@ -363,6 +364,7 @@ Section "Clementine" Clementine
@NORMAL@ ${RegisterMediaType} ".mp3" $AppExe $AppIcon "MP3 Audio File"
@NORMAL@ ${RegisterMediaType} ".flac" $AppExe $AppIcon "FLAC Audio File"
@NORMAL@ ${RegisterMediaType} ".ogg" $AppExe $AppIcon "OGG Audio File"
@NORMAL@ ${RegisterMediaType} ".opus" $AppExe $AppIcon "OPUS Audio File"
@NORMAL@ ${RegisterMediaType} ".spx" $AppExe $AppIcon "OGG Speex Audio File"
@NORMAL@ ${RegisterMediaType} ".m4a" $AppExe $AppIcon "MP4 Audio File"
@NORMAL@ ${RegisterMediaType} ".aac" $AppExe $AppIcon "AAC Audio File"
@ -386,6 +388,7 @@ Section "Clementine" Clementine
@NORMAL@ ${registerExtension} "$INSTDIR\clementine.exe" ".mp3" "MP3 Audio File"
@NORMAL@ ${registerExtension} "$INSTDIR\clementine.exe" ".flac" "FLAC Audio File"
@NORMAL@ ${registerExtension} "$INSTDIR\clementine.exe" ".ogg" "OGG Audio File"
@NORMAL@ ${registerExtension} "$INSTDIR\clementine.exe" ".opus "OPUS Audio File"
@NORMAL@ ${registerExtension} "$INSTDIR\clementine.exe" ".spx" "OGG Speex Audio File"
@NORMAL@ ${registerExtension} "$INSTDIR\clementine.exe" ".m4a" "MP4 Audio File"
@NORMAL@ ${registerExtension} "$INSTDIR\clementine.exe" ".aac" "AAC Audio File"
@ -441,6 +444,7 @@ Section "Gstreamer plugins" gstreamer-plugins
File "/oname=libgstmad.dll" "gstreamer-plugins\libgstmad.dll"
File "/oname=libgstmms.dll" "gstreamer-plugins\libgstmms.dll"
File "/oname=libgstogg.dll" "gstreamer-plugins\libgstogg.dll"
File "/oname=libgstopus.dll" "gstreamer-plugins\libgstopus.dll"
File "/oname=libgstplayback.dll" "gstreamer-plugins\libgstplayback.dll"
File "/oname=libgstreplaygain.dll" "gstreamer-plugins\libgstreplaygain.dll"
File "/oname=libgstsouphttpsrc.dll" "gstreamer-plugins\libgstsouphttpsrc.dll"
@ -1129,6 +1133,7 @@ Section "Uninstall"
Delete "$INSTDIR\libmp3lame-0.dll"
Delete "$INSTDIR\libnettle-4-6.dll"
Delete "$INSTDIR\libogg-0.dll"
Delete "$INSTDIR\libopus-0.dll"
Delete "$INSTDIR\liboil-0.3-0.dll"
Delete "$INSTDIR\liborc-0.4-0.dll"
Delete "$INSTDIR\liborc-test-0.4-0.dll"
@ -1185,6 +1190,7 @@ Section "Uninstall"
Delete "$INSTDIR\gstreamer-plugins\libgstmad.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstmms.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstogg.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstopus.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstplayback.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstreplaygain.dll"
Delete "$INSTDIR\gstreamer-plugins\libgstsouphttpsrc.dll"
@ -1805,6 +1811,7 @@ Section "Uninstall"
@NORMAL@ ${unregisterExtension} ".mp3" "MP3 Audio File"
@NORMAL@ ${unregisterExtension} ".flac" "FLAC Audio File"
@NORMAL@ ${unregisterExtension} ".ogg" "OGG Audio File"
@NORMAL@ ${unregisterExtension} ".opus" "OPUS Audio File"
@NORMAL@ ${unregisterExtension} ".spx" "OGG Speex Audio File"
@NORMAL@ ${unregisterExtension} ".mp4" "MP4 Audio File"
@NORMAL@ ${unregisterExtension} ".aac" "AAC Audio File"