Skip to content

[ffmpeg] zvbi support #40877

Open
Open

Description

Is your feature request related to a problem? Please describe.

I need to have teletext decoding via libzvbi

Proposed solution

Possible changes in portfile:

if("zvbi" IN_LIST FEATURES)
    set(OPTIONS "${OPTIONS} --enable-libzvbi")
else()
    set(OPTIONS "${OPTIONS} --disable-libzvbi")
endif()

Describe alternatives you've considered

No response

Additional context

No response

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

Metadata

Assignees

Labels

category:port-featureThe issue is with a library, which is requesting new capabilities that didn’t exist

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions