Skip to content

Conversation

@JDarnley
Copy link
Contributor

I experimented with the new build system recently and found a few problems

  • an error in upipe_rtp_anc_unpack
  • netmap failing the configure check because its header doesn't include other headers it needs
  • netmap also requires bitstream

I fixed them in the way that seemed right considering other parts of the new system.

Copy link
Collaborator

@nto nto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for fixing this. Perhaps netmap should be added to the CI to avoid any such breakage in the future?

have_upipe_id3v2_decaps = $(have_bitstream)
have_upipe_rtcp = $(have_bitstream)
have_upipe_rtpd = $(have_bitstream)
have_upipe_rtp_anc_unpack = $(have_bitstream)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you change the other lines to keep the "=" alignment?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure. Do you want me to amend or make a whitespace only commit?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As for adding netmap to the CI: you, we, I can consider it. I think it only needs 4 headers in an include path.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure. Do you want me to amend or make a whitespace only commit?

You can amend your current commit. BTW, can you rephrase your commit messages in imperative?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can use a more direct style, as commit titles should avoid taking much more than 50 characters. Eg:

upipe_rtp_anc_unpack: add missing bitstream dependency
upipe-netmap: fix netmap config check
upipe-netmap: add missing bitstream dependency

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants