You are not logged in.

#1 2012-07-14 12:33:24

xfrancescox
Member
Registered: 2011-06-22
Posts: 2

[SOLUTION] Issue compiling GUVCVIEW 1.6.0-1

Regarding the issue that many people had compiling the package:

vcodecs.c:405:19: error: 'CODEC_FLAG2_BPYRAMID' undeclared here (not in a function)
vcodecs.c:405:42: error: 'CODEC_FLAG2_WPRED' undeclared here (not in a function)
vcodecs.c:405:62: error: 'CODEC_FLAG2_FASTPSKIP' undeclared here (not in a function)

I found a solution!
Just edit the source file named "vcodecs.c" and add these three lines near the defines at the top of the code.

#define CODEC_FLAG2_BPYRAMID 0
#define CODEC_FLAG2_WPRED 0
#define CODEC_FLAG2_FASTPSKIP 0

Offline

Board footer

Powered by FluxBB