1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-03 17:19:43 +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 */ * other *nix platforms */
wxString GetLibraryTypeString() 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() wxString GetLibAVFormatPath()