1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-02 16:49:41 +02: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:
benjamin.drung@gmail.com 2014-06-10 21:38:22 +00:00
parent cb39b48274
commit dea3dfb30e

View File

@ -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()