membraneframework / membrane_ffmpeg_swresample_plugin

Plugin performing audio conversion, resampling and channel mixing, using SWResample module of FFmpeg library
Apache License 2.0
2 stars 4 forks source link

RHEL8 compatibility #20

Closed fire closed 3 years ago

fire commented 3 years ago

I'm using a RHEL8 compatible distro like Rocky Linux and this helped compatibility.

In bundlex.exs

  defp platform_specific(_) do    
    [
      includes: ["ext/include"],
      libs: ["avutil", "swresample"]
    ]
  end
mat-hek commented 3 years ago

So please open a PR