Displaying 4 results from an estimated 4 matches for "th_really_no_assembl".
Did you mean:
th_really_no_assembly
2007 Dec 14
1
defining TH_REALLY_NO_ASSEMBLY: PLEASE help with compiling theora beta 2
...1189: #error : You are compiling theora
without inline assembly. This is probably not what you
want. Instead, please either (1) download the
assembly .lib binaries or (2) compile them yourself
using MinGW, and make Visual Studio link against them.
Please seriously consider this before defining
TH_REALLY_NO_ASSEMBLY to disable this message and
compile without inline assembly. Thank you!"
I have looked for assembly .lib binaries but haven't
found them.
Thank You.
____________________________________________________________________________________
Be a better friend, newshound, and
know-it...
2007 Oct 22
2
Building Libtheora Beta 2 in Ms Visual C++ 2005 problems
...r
below.
You are compiling theora without inline assembly.
This is probably not what you want. Instead, please either
(1) download the assembly .lib binaries or
(2) compile them yourself using MinGW, and make Visual Studio
link against them.
Please seriously consider this before defining TH_REALLY_NO_ASSEMBLY
to disable this message and compile without inline assembly.
Thank you!
So as you may expect I immediately defined TH_REALLY_NO_ASSEMBLY, and
managed to get it to compile. The problem is when I try to decode a
Theora frame the yuv_buffer output seems completely uninitialised,
despite the deco...
2007 Oct 22
2
Building Libtheora Beta 2 in Ms Visual C++ 2005 problems
...r
below.
You are compiling theora without inline assembly.
This is probably not what you want. Instead, please either
(1) download the assembly .lib binaries or
(2) compile them yourself using MinGW, and make Visual Studio
link against them.
Please seriously consider this before defining TH_REALLY_NO_ASSEMBLY
to disable this message and compile without inline assembly.
Thank you!
So as you may expect I immediately defined TH_REALLY_NO_ASSEMBLY, and
managed to get it to compile. The problem is when I try to decode a
Theora frame the yuv_buffer output seems completely uninitialised,
despite the deco...
2007 Oct 09
1
VC6 Patch
...e" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
+# ADD CPP /nologo /MT /W3 /GX /O2 /I "..\..\ogg\include" /I "..\..\theora\include" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "TH_REALLY_NO_ASSEMBLY" /YX /FD /c
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG"
BSC32=bscmake.exe
@@ -64,7 +64,7 @@
# PROP Intermediate_Dir "Static_Debug"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "...