shithub: aacdec

Download patch

ref: ce712bf57a00df57dcb548bf4dfe649289be1e27
parent: 1f22101f578affc9dbc249836ca3095b648cd6b3
author: menno <menno>
date: Sat Jan 26 08:13:59 EST 2002

Install scripts for winamp plugins

--- /dev/null
+++ b/in_faad.nsi
@@ -1,0 +1,20 @@
+Name "FAAD Winamp AAC plugin"
+OutFile in_faad.exe
+CRCCheck on
+LicenseText "You must read the following license before installing."
+LicenseData COPYING
+ComponentText "This will install the FAAD2 Winamp AAC plugin on your computer."
+InstType Normal
+DirText "Please select a location to install the FAAD2 Winamp AAC plugin (or use the default)."
+AutoCloseWindow true
+SetOverwrite on
+SetDateSave on
+
+InstallDir "$PROGRAMFILES\Winamp\Plugins\"
+InstallDirRegKey HKEY_CURRENT_USER SOFTWARE\Winamp\FAAD2 ""
+
+Section "FAAD2 Winamp AAC plugin"
+SectionIn 1
+SetOutPath $INSTDIR
+File plugins\winamp\Release\in_faad.dll
+SectionEnd
--- /dev/null
+++ b/in_mp4.nsi
@@ -1,0 +1,20 @@
+Name "AudioCoding.com MP4 Winamp plugin"
+OutFile in_mp4.exe
+CRCCheck on
+LicenseText "You must read the following license before installing."
+LicenseData COPYING
+ComponentText "This will install the AudioCoding.com MP4 Winamp plugin on your computer."
+InstType Normal
+DirText "Please select a location to install the AudioCoding.com MP4 Winamp plugin (or use the default)."
+AutoCloseWindow true
+SetOverwrite on
+SetDateSave on
+
+InstallDir "$PROGRAMFILES\Winamp\Plugins\"
+InstallDirRegKey HKEY_CURRENT_USER SOFTWARE\Winamp\IN_MP4 ""
+
+Section "AudioCoding.com MP4 Winamp plugin"
+SectionIn 1
+SetOutPath $INSTDIR
+File plugins\in_mp4\Release\in_mp4.dll
+SectionEnd