mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-19 15:44:20 +01:00
FFmpeg: Allow suffixes to the libavformat library filename.
The filechooser should also show libavformat-ffmpeg.so* files when "Only libavformat.so" is selected as filter.
This commit is contained in:
@@ -313,7 +313,7 @@ public:
|
||||
* other *nix platforms */
|
||||
wxString GetLibraryTypeString()
|
||||
{
|
||||
return _("Only libavformat.so|libavformat.so*|Dynamically Linked Libraries (*.so*)|*.so*|All Files (*)|*");
|
||||
return _("Only libavformat.so|libavformat*.so*|Dynamically Linked Libraries (*.so*)|*.so*|All Files (*)|*");
|
||||
}
|
||||
|
||||
wxString GetLibAVFormatPath()
|
||||
|
||||
Reference in New Issue
Block a user