Skip to content

Commit

Permalink
feat: swap mesa-va-drivers and add ffmpeg for F37 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-stone authored Mar 3, 2023
1 parent cbcc1ff commit 79ede2c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,27 @@
"exclude": {
"all": []
}
},
"37": {
"include": {
"all": [
"ffmpeg",
"ffmpeg-libs",
"mesa-va-drivers-freeworld"
]
},
"exclude": {
"all": [
"libavcodec-free",
"libavdevice-free",
"libavfilter-free",
"libavformat-free",
"libavutil-free",
"libpostproc-free",
"libswresample-free",
"libswscale-free",
"mesa-va-drivers"
]
}
}
}

0 comments on commit 79ede2c

Please sign in to comment.