Re: [Audacity-devel] FFmpeg on Windows
A free multi-track audio editor and recorder
Brought to you by:
aosiniao
|
From: Gale A. <ga...@au...> - 2008-06-15 17:34:36
|
| From LRN <lr...@gm...>
| Sun, 15 Jun 2008 15:13:41 +0400
| Subject: [Audacity-devel] FFmpeg on Windows
> Gale Andrews wrote:
> > Now rebuilt (thanks Vaughan) but although I have FFmpeg
> > enabled in win/configwin.h, I don't now get the
> > "FFmpeg-supported" mask when importing, and when
> > I click the new "Find Library" button for FFmpeg in Preferences
> > it confirms that FFmpeg support is not compiled in. Has
> > something changed?
> >
> That's strange. Because it clearly states that
> wxString GetFFmpegVersion(wxWindow *parent, bool prompt)
> {
> #if !defined(USE_FFMPEG)
> return _("FFmpeg support not compiled in");
> #else
> ...
> #endif
> }
>
> So, the only way to get that message is when you don't have USE_FFMPEG
> defined.
I definitely did have USE_FFMPEG defined, but I get the mask and
can import FFmpeg files now - maybe your extra includes in FFmpeg.h
fixed it.
Detection of the library isn't right though. Prefs. report the library
as not found even though it's in the same folder as the Audacity
executable, and if I browse and set it and OK Preferences, then
re-open Preferences, the library is again "not found".
Thanks
Gale
|