Add version header
Open
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 3.3k
- Forks
- 808
- PR merge metrics
- No merged PRs in 30d
Description
The only way to detect installed Opus version without pkg-config (Windows platform) is parsing some version header and reading values from defines, e.g OPUS_VERSION_MAJOR, OPUS_VERSION_MAJOR etc.
So, can opus_version.h public header be added to libopus?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting libopus's public headers and the existing version definitions, then trace how those headers are exposed in the build. Add the public opus_version.h header with the requested version macros, and verify that Windows users can read the installed version without pkg-config.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- audio-video-rtc
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100