]> git.pld-linux.org Git - packages/audacity.git/blob - audacity-not_require_lame-libs-devel.patch
- removed locale/*po part (but it'll return soon)
[packages/audacity.git] / audacity-not_require_lame-libs-devel.patch
1 --- audacity-src-1.3.3-beta/src/export/ExportMP3.cpp.orig       2007-06-16 12:49:14.000000000 +0000
2 +++ audacity-src-1.3.3-beta/src/export/ExportMP3.cpp    2007-06-16 12:50:34.000000000 +0000
3 @@ -1493,12 +1493,12 @@
4  
5     wxString GetLibraryName()
6     {
7 -      return wxT("libmp3lame.so");
8 +      return wxT("libmp3lame.so.0");
9     }
10  
11     wxString GetLibraryTypeString()
12     {
13 -      return wxString(_("Only libmp3lame.so|libmp3lame.so|Primary Shared Object files (*.so)|*.so|Extended Libraries (*.so*)|*.so*|All Files (*)|*"));
14 +      return wxString(_("Only libmp3lame.so.0|libmp3lame.so.0|Primary Shared Object files (*.so)|*.so|Extended Libraries (*.so*)|*.so*|All Files (*)|*"));
15     }
16  
17  #endif
This page took 0.634444 seconds and 3 git commands to generate.