|
【Linux】
rkmedia compilation error
Posted at 2/15/2021 20:13:31
View:2475
|
Replies:0
Print
[Copy Link]
1#
Good day,
I'm trying to build SDK for rv1109 according to this guidline:
http://wiki.t-firefly.com/en/CAM ... l?highlight=package
But build is failed with compilation errors in rkmedia package.
First it's failed in mmp_final_encoder.cc line 1534:
MppEncRcSuperFrameMode new_mode;
It's did not know this type: MppEncRcSuperFrameMode.
It's definitelly missed in rkmedia. I added this type enum but build failed in next step:
rkmedia/src/flow/move_detection_flow.cc:74:5: error: 'move_detection_set_sensitivity' was not declared in this scope
And it's definitelly missed in rkmedia.
Please assist me to get rkmedia compiled.
Thanks,
Vladimir |
|