From: <ale...@us...> - 2023-11-21 15:06:55
|
Revision: 6521 http://sourceforge.net/p/lame/svn/6521 Author: aleidinger Date: 2023-11-21 15:06:53 +0000 (Tue, 21 Nov 2023) Log Message: ----------- pkg-config support and some tab to spaces Modified Paths: -------------- trunk/lame/doc/html/history.html Modified: trunk/lame/doc/html/history.html =================================================================== --- trunk/lame/doc/html/history.html 2023-11-21 14:34:38 UTC (rev 6520) +++ trunk/lame/doc/html/history.html 2023-11-21 15:06:53 UTC (rev 6521) @@ -55,14 +55,16 @@ </li> <li>Update to more recent autotools based scripts, this may or may not fix issues during the configure stage for less popular or more recent OS or architectures. </li> - <li>Use external libmpg123 instead of internal mpglib for mpeg decoding (unix-like systems which use the autotools ("configure; make; make install") build system). There are years of improvements in libmpg123 which we do not have in mpglib. Patch by Thomas Orgis of the mpg123 project. - </li> - <li>Update the Visual Studio project files to Visual Studio 2019. Patch by Michel Fink. - </li> - <li>Remove the macosx XCode project files, nobody stepped up to update them for the libmpg123 changes. - </li> - <li>Add ID3v2.4 support (UTF-8 ID3 tags). Patch by "kris". - </li> + <li>Use external libmpg123 instead of internal mpglib for mpeg decoding (unix-like systems which use the autotools ("configure; make; make install") build system). There are years of improvements in libmpg123 which we do not have in mpglib. Patch by Thomas Orgis of the mpg123 project. + </li> + <li>Update the Visual Studio project files to Visual Studio 2019. Patch by Michel Fink. + </li> + <li>Remove the macosx XCode project files, nobody stepped up to update them for the libmpg123 changes. + </li> + <li>Add ID3v2.4 support (UTF-8 ID3 tags). Patch by "kris". + </li> + <li>Add pkg-config support. Patch by Nicolas Boulenguez(Debian). + </li> </ul> </li> </ul> |