bino-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bino-list] Windows version


From: Martin Lambers
Subject: Re: [Bino-list] Windows version
Date: Wed, 04 May 2011 21:03:02 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.15) Gecko/20110419 Thunderbird/3.1.9

On 04/05/11 13:36, Sietse Ludger G wrote:
> I can kinda understand why you don't provide the binaries, atlhough I
> don't quite understand why every machine would needs its own build
> version. I mean, many Windows-programs just come built, and also work.

Of course! If someone publishes ready-to-use Windows binaries, we can
add a link to the download page. We just don't do it ourselves.

> And somehow the configure works now, but when I try to make, I get these
> errors:
> 
> media_object.cpp: In member function ‘void
> media_object::set_audio_blob_template(int)’:
> media_object.cpp:589:40: error: ‘AV_SAMPLE_FMT_U8’ was not declared in
> this scope
> media_object.cpp:593:45: error: ‘AV_SAMPLE_FMT_S16’ was not declared in
> this scope
> media_object.cpp:597:45: error: ‘AV_SAMPLE_FMT_FLT’ was not declared in
> this scope
> media_object.cpp:601:45: error: ‘AV_SAMPLE_FMT_DBL’ was not declared in
> this scope
> media_object.cpp:605:45: error: ‘AV_SAMPLE_FMT_S32’ was not declared in
> this scope
> media_object.cpp:614:96: error: ‘av_get_sample_fmt_name’ was not
> declared in this scope
> media_object.cpp: In member function ‘void media_object::open(const
> std::string&)’:
> media_object.cpp:650:59: error: ‘av_dump_format’ was not declared in
> this scope
> media_object.cpp: In member function ‘virtual void
> audio_decode_thread::run()’:
> media_object.cpp:1394:77: error: ‘AV_SAMPLE_FMT_S32’ was not declared in
> this scope
> media_object.cpp: In member function ‘virtual void
> subtitle_decode_thread::run()’:
> media_object.cpp:1573:81: error: ‘struct AVCodecContext’ has no member
> named ‘subtitle_header’
> media_object.cpp:1574:77: error: ‘struct AVCodecContext’ has no member
> named ‘subtitle_header_size’
> media_object.cpp:1589:38: error: ‘avsubtitle_free’ was not declared in
> this scope
> 
> Any idea how to solve this? I've the latest sourcecode.

That somehow looks like you're building with an outdated FFmpeg version.
Did you update the Mingw-cross-env ffmpeg.mk file and afterwards rebuilt
the package with 'make ffmpeg'?

Martin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]