shithub: aacdec

Download patch

ref: 7390d86a7e1c5e8be663396278c6ec3eef34168c
parent: f153d804411d9373cdebda0d5b6cc8a4d2783669
author: menno <menno>
date: Thu Aug 8 15:05:27 EDT 2002

Updated winamp3 plugin so that it works with the official release version SDK

--- a/plugins/winamp3/cnv_aacpcm.dsp
+++ b/plugins/winamp3/cnv_aacpcm.dsp
@@ -95,7 +95,7 @@
 # PROP Default_Filter ""
 # Begin Source File
 
-SOURCE=.\sdk\studio\assert.cpp
+SOURCE=.\SDK\studio\assert.cpp
 # End Source File
 # Begin Source File
 
@@ -111,23 +111,31 @@
 # End Source File
 # Begin Source File
 
-SOURCE=.\sdk\common\depend.cpp
+SOURCE=.\SDK\bfc\depend.cpp
 # End Source File
 # Begin Source File
 
-SOURCE=.\sdk\common\memblock.cpp
+SOURCE=.\SDK\bfc\encodedstr.cpp
 # End Source File
 # Begin Source File
 
+SOURCE=.\SDK\bfc\foreach.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\SDK\bfc\memblock.cpp
+# End Source File
+# Begin Source File
+
 SOURCE=.\sdk\common\nsGUID.cpp
 # End Source File
 # Begin Source File
 
-SOURCE=.\sdk\common\pathparse.cpp
+SOURCE=.\SDK\bfc\util\pathparse.cpp
 # End Source File
 # Begin Source File
 
-SOURCE=.\sdk\common\ptrlist.cpp
+SOURCE=.\SDK\bfc\ptrlist.cpp
 # End Source File
 # Begin Source File
 
@@ -135,11 +143,15 @@
 # End Source File
 # Begin Source File
 
-SOURCE=.\sdk\common\std.cpp
+SOURCE=.\SDK\bfc\std.cpp
 # End Source File
 # Begin Source File
 
-SOURCE=.\sdk\common\string.cpp
+SOURCE=.\SDK\bfc\string.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\SDK\bfc\svc_enum.cpp
 # End Source File
 # Begin Source File
 
--- /dev/null
+++ b/plugins/winamp3/compiling.txt
@@ -1,0 +1,7 @@
+Get the latest Winamp3 SDK and copy the following folders from
+the "studio" folder in the SDK to the SDK folder in this directory.
+
+attribs
+bfc
+common
+studio
\ No newline at end of file