diff options
author | dec05eba <dec05eba@protonmail.com> | 2022-02-25 04:11:58 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2022-02-25 04:16:46 +0100 |
commit | 35d2cc64fac3cd1b8b69a4e73410dfb386a243fc (patch) | |
tree | 8f38e0fd0ed72a23683a7b44010ccc58a7c298ea /project.conf | |
parent | 1f947c58618d5df6d85d04532381c17c2f136be8 (diff) |
Fix code after avcodec->codec was deprecated
Diffstat (limited to 'project.conf')
-rw-r--r-- | project.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project.conf b/project.conf index 6738bed..882e1d5 100644 --- a/project.conf +++ b/project.conf @@ -26,4 +26,4 @@ glfw3 = "3" #alsa = "1" libpulse-simple = ">=13" -libswresample = "3" +libswresample = ">=3" |