Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Vorbis tools Vorbis tools
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 63
    • Issues 63
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Xiph.Org
  • Vorbis toolsVorbis tools
  • Issues
  • #1136

Closed
Open
Created Feb 25, 2007 by greeneg@greeneg

[PATCH] fix for libcurl API change in version 7.16.x

I was trying to get vorbis-tools to compile with libcurl 7.16.1, which appears to have removed some defines from the API, specifically, CURLOPT_MUTE. After carefully tracing through the code when using version 7.15.5, the call to curl_easy_setopt(handle, CURLOPT_MUTE, 1); would get discarded in the enormous switch statement in Curl_setopt. After removing that call in ogg123/http-transport.c vorbis-tools seems to build correctly and ogg123 works as expected with a cursory test pass by hand. Patch will be attached to this ticket.

Assignee
Assign to
Time tracking