Summary: | Version upgrade required | ||
---|---|---|---|
Product: | Sisyphus | Reporter: | Vitaly Kuznetsov <vitty> |
Component: | zoneminder | Assignee: | Anton Farygin <rider> |
Status: | CLOSED FIXED | QA Contact: | qa-sisyphus |
Severity: | normal | ||
Priority: | P3 | CC: | alecs, rider, sbolshakov |
Version: | unstable | ||
Hardware: | all | ||
OS: | Linux |
Description
Vitaly Kuznetsov
2011-08-08 20:10:16 MSK
Using your build i could build on my dev machine, but on git.alt, i have: zm_sdp.cpp: In member function 'AVFormatContext* SessionDescriptor::generateFormatContext() const': zm_sdp.cpp:332:62: error: 'av_alloc_format_context' was not declared in this scope zm_sdp.cpp:337:42: warning: comparison between signed and unsigned integer expressions So, I'm playing with it. If you want to try to build on git.alt, I gave you rights. Let we ask sbolshakov@ to help us with libav :) sed -i s,av_alloc_format_context,avformat_alloc_context, src/zm_sdp.cpp Fixed in 1.24.4-alt2. Please test. |