From dea3dfb30eece4cd938647e755c30e7c3d95a31f Mon Sep 17 00:00:00 2001 From: "benjamin.drung@gmail.com" Date: Tue, 10 Jun 2014 21:38:22 +0000 Subject: [PATCH] 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. --- src/FFmpeg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FFmpeg.h b/src/FFmpeg.h index 22413307c..b947a5bfd 100644 --- a/src/FFmpeg.h +++ b/src/FFmpeg.h @@ -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()