]> git.pld-linux.org Git - packages/audacity.git/blob - audacity-not_require_lame-libs-devel.patch
- Remove requirement for lamelibs-devel (s/.so/.so.*.*.*/).
[packages/audacity.git] / audacity-not_require_lame-libs-devel.patch
1 diff -urN audacity-src-0.98.orig/ExportMP3.cpp audacity-src-0.98/ExportMP3.cpp
2 --- audacity-src-0.98.orig/ExportMP3.cpp        Tue Jan 22 07:14:15 2002
3 +++ audacity-src-0.98/ExportMP3.cpp     Sat Feb  2 15:59:19 2002
4 @@ -212,12 +212,12 @@
5           
6           wxString GetLibraryName()
7           {
8 -            return "libmp3lame.so";
9 +            return "libmp3lame.so.0.0.0";
10           }
11           
12           wxString GetLibraryTypeString()
13           {
14 -            return wxString("Shared Object files (*.so)|*.so");
15 +            return wxString("Shared Object files (*.so*)|*.so*");
16           }
17           
18           wxString GetLibraryMessage()
This page took 0.055451 seconds and 4 git commands to generate.