Displaying 1 result from an estimated 1 matches for "vp3_idct_c".
2003 Sep 10
0
[Ffmpeg-devel] libavcodec/vp3.c compile problem (fwd)
...ght up (it seemed to be running even
more behind than usual for a couple days) I was able to try compiling
the latest version.
Ran into a problem with vp3.c due to a conflict of the variables
_A, _B, _C, _D, _G and _H with defines from the system header
<ctype.h>:
vp3.c: In function `vp3_idct_c':
vp3.c:314: syntax error before `0x00000100L'
vp3.c:351: invalid lvalue in assignment
vp3.c:357: invalid lvalue in assignment
vp3.c:363: invalid lvalue in assignment
vp3.c:369: invalid lvalue in assignment
vp3.c:374: `_Ad' undeclared (first use in this function)
vp3.c:374: (Each undecl...