Audiere

Support for running, installing or compiling OpenMW

Before you submit a bug report for the first time, please read: Bug reporting guidelines
Chris
Posts: 1626
Joined: 04 Sep 2011, 08:33

Re: Audiere

Post by Chris »

Sorry for the double-post. I had a look at libvlc, and it doesn't look like it can be easily wrangled into acting as a general decoder. I've went and implemented an Audiere decoder in my sound branch, though I'd still recommend trying to find something that's been updated more recently than 6 years ago.
jhooks1
Posts: 780
Joined: 06 Aug 2011, 21:34

Re: Audiere

Post by jhooks1 »

Get the following compile error in openmw with ffmpeg Error 122 error C1083: Cannot open include file: 'inttypes.h': No such file or directory c:\ffmpeg-git-4082198-win32-dev\include\libavutil\common.h 31
User avatar
Ace (SWE)
Posts: 887
Joined: 15 Aug 2011, 14:56

Re: Audiere

Post by Ace (SWE) »

inttypes.h isn't part of microsofts standard files, remove the include and try to see if there's something equivalent for windows.
Kromgart
Posts: 1
Joined: 19 Mar 2012, 18:54

Re: Audiere

Post by Kromgart »

You can get those 2 header files here:
http://ffmpeg.arrozcru.org/wiki/index.p ... Inttypes.h

ffmpeg builds and works fine for me on windows (using master branch)
freem
Posts: 45
Joined: 20 Mar 2012, 16:22

Re: Audiere

Post by freem »

If the problem with ffmpeg is that it is hard to build, it seems there are development files available to download for windows:
http://ffmpeg.zeranoe.com/builds/

They are present for dynamic and static, as for windows 32 and 64.
I do not know if they are tricky to use, I did not tried to build openmw on windows at the moment.

Maybe it could help.
Locked