You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ It is a part of [Membrane Multimedia Framework](https://membraneframework.org).
14
14
Add the following line to your `deps` in `mix.exs`. Then, run `mix deps.get`.
15
15
16
16
```elixir
17
-
{:membrane_mp3_lame_plugin, "~> 0.18.2"}
17
+
{:membrane_mp3_lame_plugin, "~> 0.18.3"}
18
18
```
19
19
20
20
This package depends on the [Lame encoder library](http://lame.sourceforge.net) library. The precompiled builds will be pulled and linked automatically. However, should there be any problems, consider installing it manually.
0 commit comments