search for: x86_vc

Displaying 7 results from an estimated 7 matches for "x86_vc".

Did you mean: x86_pc
2008 Apr 21
1
Compile libtheora 1.0beta3 with VS2005
...a\theora.h 28 Error 22 fatal error C1083: Cannot open include file: 'ogg/ogg.h': No such file or directory c:\documents and settings\manoj\desktop\libtheora-1.0beta3\include\theora\theoraenc.h 23 Error 16 fatal error C1083: Cannot open source file: '..\..\..\lib\dec\x86_vc\mmxfrag.c': No such file or directory c1 Error 17 fatal error C1083: Cannot open source file: '..\..\..\lib\dec\x86_vc\mmxidct.c': No such file or directory c1 Error 18 fatal error C1083: Cannot open source file: '..\..\..\lib\dec\x86_vc\mmxloopfilter.c': No su...
2011 Apr 22
2
Can't compile libtheora vs2010
I'm getting errors like so on initial build of libtheora - 1>c1 : fatal error C1083: Cannot open source file: '..\lib\dec\x86_vc\x86stat.c': No such file or directory 1> mmxstate.c (TaskId:16) 1>c1 : fatal error C1083: Cannot open source file: '..\lib\dec\x86_vc\mmxstate.c': No such file or directory 1> mmxloopfilter.c (TaskId:16) 1>c1 : fatal error C1083: Cannot open source file: '..\lib\dec\...
2008 Jun 30
1
building theora for windows
...ld a static theora library for windows from sources with Visual Studio Express. Building the ogg-library was a piece of cake, but after converting the project-files for theora, I still get numerous errors, such as: fatal error C1083: Datei (Quelle) kann nicht ge?ffnet werden: "..\..\..\lib\dec\x86_vc\x86state.c": No such file or directory mmxstate.c Probably it's just a problem with path-variables incorrectly set, but I'm no real fan of the Visual C environment and I therefore unfortunately just have rudimentary knowledge with that kit and can't fix it. I'm just trying to...
2009 Oct 13
3
Proposal for replacing asm code with intrinsics
Hi, I'm new to Theora and would like to propose several performance optimization using advanced instructions in x86 CPUs (SSE2-SSE4.2). There are several source files in \x86 and \x86_vc which developed using inline assembler. However this cause several maintenance problems: 1) Need to sync gcc & msvc versions 2) Only 32bit environment is supported 3) No support for newer than MMX instruction sets My proposal is to replace all functions in assembly with compiler intrinsic whic...
2011 Apr 27
0
theora-dev Digest, Vol 81, Issue 9
....org> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > I haven't seen our normal win32 maintainer online for a few days, so > I'll jump in here and respond to this. > > > 1>c1 : fatal error C1083: Cannot open source file: > > '..\lib\dec\x86_vc\x86stat.c': No such file or directory > > The project file in svn has x86state.c, not x86stat.c. I just checked. > Where did you get your project file? > > As for the rest, perhaps you moved the project file relative to the > source files? (I'll note that the project files...
2009 Feb 03
3
Issues with Win32 MMX code
Hi folks. Mozilla had some issues with the MMX optimized frag_recon functions over the last days, and I was able to track the problem down. The code itself is fine, but it unfortunately it has the tendency to cause a non-deterministic compiler bug. The whole discussion is here: https://bugzilla.mozilla.org/show_bug.cgi?id=474937 After thinking about the problem I've suggested to
2010 May 20
10
Libtheora
Hi all, I am Sahana. I am currently working on Libtheora for windows platform and very new to it. I am getting a lot of compiling errors. Since Libtheora depends on libogg and libvorbis i have added these as well to my workspace in VC++ 6. I have a doubt regarding the x86 and x86_vc folders described in the libtheora software.Since both these folders have the same set of files which one do we need to make use of. I also want to know what flags to set. I really appreciate all your help. regards, sahana -------------- next part -------------- An HTML attachment was scrubbed......