Update of /cvsroot/audacity/audacity-src/src
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv25381

Modified Files:
        FFmpeg.h 
Log Message:
More fixing of FFmpeg importer for *nix


Index: FFmpeg.h
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/FFmpeg.h,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- FFmpeg.h    10 Nov 2008 21:07:55 -0000      1.28
+++ FFmpeg.h    10 Nov 2008 21:58:03 -0000      1.29
@@ -263,7 +263,7 @@
 #else //__WXMSW__
    wxString GetLibraryTypeString()
    {
-      return _("Only avformat.so|*avformat*.so*|Dynamically Linked Libraries 
(*.so)|*.so|All Files (*)|*");
+      return _("Only libavformat.so|libavformat.so*|Dynamically Linked 
Libraries (*.so*)|*.so*|All Files (*)|*");
    }
 
    wxString GetLibAVFormatPath()
@@ -273,7 +273,7 @@
 
    wxString GetLibAVFormatName()
    {
-      return (wxT("avformat-") wxT(AV_STRINGIFY(LIBAVFORMAT_VERSION_MAJOR)) 
wxT(".so"));
+      return (wxT("libavformat.so.") 
wxT(AV_STRINGIFY(LIBAVFORMAT_VERSION_MAJOR)));
    }
 #endif //__WXMSW__
 


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to