Skip to content

rtp/rtcp: add RTCP Generic NACK packet send (RFC 4585 6.2.1) #2221

rtp/rtcp: add RTCP Generic NACK packet send (RFC 4585 6.2.1)

rtp/rtcp: add RTCP Generic NACK packet send (RFC 4585 6.2.1) #2221

Workflow file for this run

name: Alpine (musl)
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
container: alpine
env:
CMAKE_GENERATOR: Ninja
steps:
- uses: actions/checkout@v4
- name: install devel tools
run: |
apk add musl-dev git cmake gcc g++ make binutils openssl-dev linux-headers zlib-dev ninja
- name: make
run: |
cmake -B build -DCMAKE_C_FLAGS="-Werror"
cmake --build build -j