mirror of
https://github.com/love2d/love.git
synced 2026-08-12 00:20:52 +02:00
Remove more mpg123-related reference.
This commit is contained in:
+2
-4
@@ -16,8 +16,8 @@ InstallDirRegKey HKCU "Software\LOVE" ""
|
||||
!define MUI_WELCOMEFINISHPAGE_BITMAP "${LOVEICODIR}\left.bmp"
|
||||
!define MUI_UNWELCOMEFINISHPAGE_BITMAP "${LOVEICODIR}\left.bmp"
|
||||
|
||||
!define MUI_WELCOMEPAGE_TITLE "LÖVE Setup"
|
||||
!define MUI_WELCOMEPAGE_TEXT "This will install LÖVE, the unquestionably awesome Lua game framework."
|
||||
!define MUI_WELCOMEPAGE_TITLE "L�VE Setup"
|
||||
!define MUI_WELCOMEPAGE_TEXT "This will install L�VE, the unquestionably awesome Lua game framework."
|
||||
|
||||
# Pages
|
||||
!insertmacro MUI_PAGE_WELCOME
|
||||
@@ -42,7 +42,6 @@ Section "LOVE" MainProg
|
||||
File "${LOVEBINDIR}\DevIL.dll"
|
||||
File "${LOVEBINDIR}\SDL.dll"
|
||||
File "${LOVEBINDIR}\OpenAL32.dll"
|
||||
File "${LOVEBINDIR}\libmpg123.dll"
|
||||
File "${LOVEBINDIR}\gme.dll"
|
||||
# File "${LOVEBINDIR}\lua51.dll"
|
||||
File "${LOVEICODIR}\love.ico"
|
||||
@@ -91,7 +90,6 @@ Section "Uninstall"
|
||||
Delete $INSTDIR\"SDL.dll"
|
||||
Delete $INSTDIR\"love.exe"
|
||||
Delete $INSTDIR\"OpenAL32.dll"
|
||||
Delete $INSTDIR\"libmpg123.dll"
|
||||
Delete $INSTDIR\"gme.dll"
|
||||
# Delete $INSTDIR\"lua51.dll"
|
||||
Delete $INSTDIR\"game.ico"
|
||||
|
||||
@@ -37,7 +37,7 @@ namespace lullaby
|
||||
/**
|
||||
* The love.sound.lullaby module is the custom sound decoder module for LOVE. Instead
|
||||
* of using an intermediate library like SDL_sound, it interfaces with relevant libraries
|
||||
* directly (libmpg123, libmodplug, libFLAC, etc).
|
||||
* directly (libvorbis, dr_mp3, dr_flac, etc).
|
||||
*
|
||||
* It was Mike that came up with the name Lullaby, which we both instantly recognized as awesome.
|
||||
**/
|
||||
|
||||
Reference in New Issue
Block a user