mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-06 15:27:02 +01:00
Revert "include opus support in windows build (#5648)"
This reverts commit 81c905bcf5
.
Breaks the windows build.
This commit is contained in:
parent
a8cbb3b18a
commit
426118a4dc
7
dist/windows/clementine.nsi.in
vendored
7
dist/windows/clementine.nsi.in
vendored
@ -316,7 +316,6 @@ 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"
|
||||
@ -364,7 +363,6 @@ 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"
|
||||
@ -388,7 +386,6 @@ 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"
|
||||
@ -444,7 +441,6 @@ 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"
|
||||
@ -1133,7 +1129,6 @@ 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"
|
||||
@ -1190,7 +1185,6 @@ 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"
|
||||
@ -1811,7 +1805,6 @@ 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"
|
||||
|
Loading…
Reference in New Issue
Block a user