gianni-rosato / svt-av1-psy

The Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder) with perceptual enhancements for psychovisually optimal AV1 encoding
https://svt-av1-psy.com
BSD 3-Clause Clear License
259 stars 20 forks source link

[BUG] pkg config colficts with mainline svt-av1 #85

Closed solomoncyj closed 1 month ago

solomoncyj commented 1 month ago

Overview The pkgconfig data generated conficts with mainline svt-av1. in packagmangers that have the ability to find the connect package by the pkg-config name, this could cause problmes.

Additional context / Relevant Files we should change the names to SvtAv1PsyEnc

gianni-rosato commented 1 month ago

Hi, can you describe your issue and proposed solution in more detail? From what I'm gathering, you'd like us to change the name of the .pc file generated from a build

solomoncyj commented 1 month ago

Hi, can you describe your issue and proposed solution in more detail? From what I'm gathering, you'd like us to change the name of the .pc file generated from a build

yes, thanks

gianni-rosato commented 1 month ago

Hi, unfortunately we cannot fulfill this request as keeping our bulid process and distribution consistent with mainline's ensures full compatibility with anything supporting SVT-AV1. If we changed the pkg-config name, building SVT-AV1-PSY with tools like FFmpeg as a drop-in replacement for mainline SVT-AV1 would become impossible.