sdroege / ebur128

Implementation of the EBU R128 loudness standard
MIT License
98 stars 16 forks source link

How to build this for Fedora with proprietary FFMPEG codecs installed? #54

Closed kylxbn closed 1 year ago

kylxbn commented 1 year ago

I use Fedora with the proprietary codecs and the complete FFMPEG software (including x264) installed. However, I cannot build the source because:

Problem 1: package libavformat-free-devel-6.0-2.fc38.i686 from fedora requires libavformat-free(x86-32) = 6.0-2.fc38, but none of the providers can be installed
Problem 2: package libavcodec-free-devel-6.0-2.fc38.i686 from fedora requires libavcodec-free(x86-32) = 6.0-2.fc38, but none of the providers can be installed
Problem 3: package libswresample-free-devel-6.0-2.fc38.i686 from fedora requires libswresample-free(x86-32) = 6.0-2.fc38, but none of the providers can be installed

Trying to install the RPM file directly results in a similar thing.

Can you please help me install the dependencies needed to build this?

sdroege commented 1 year ago

How is this related to the code in this repository? What are you trying to do exactly?

kylxbn commented 1 year ago

I'm sorry. This was a mistake and is posted on the wrong repository. Please ignore. I apologize.

sdroege commented 1 year ago

Ok, no worries :)