mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-03 09:09:47 +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:
parent
cb39b48274
commit
dea3dfb30e
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user