Skip to content

Commit

Permalink
Merge pull request #499 from lwbt/pr-lwbt-ffmpeg-config-sync
Browse files Browse the repository at this point in the history
Sync upstream FFmpeg config options
  • Loading branch information
lwbt authored Dec 2, 2024
2 parents 62cdf31 + e779e62 commit 53d0d98
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions org.jellyfin.JellyfinServer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ modules:

- name: rkmpp
only-arches:
- arm64
- aarch64
buildsystem: cmake-ninja
config-opts:
- -DCMAKE_BUILD_TYPE=Release
Expand All @@ -337,7 +337,7 @@ modules:

- name: rkrga
only-arches:
- arm64
- aarch64
buildsystem: meson
config-opts:
- --libdir=lib
Expand Down Expand Up @@ -676,9 +676,17 @@ modules:
- --enable-cuda-llvm
- --enable-cuvid
- --enable-ffnvcodec
- --enable-libplacebo
- --enable-libshaderc
- --enable-nvdec
- --enable-nvenc
- --enable-vaapi
- --enable-vulkan
aarch64:
config-opts:
- --toolchain=hardened
- --enable-rkmpp
- --enable-rkrga
config-opts:
- --disable-doc
- --disable-ffplay
Expand All @@ -703,8 +711,6 @@ modules:
- --enable-libmp3lame
- --enable-libopenmpt
- --enable-libopus
- --enable-libplacebo
- --enable-libshaderc
- --enable-libsvtav1
- --enable-libtheora
- --enable-libvorbis
Expand All @@ -719,7 +725,6 @@ modules:
- --enable-opencl
- --enable-shared
- --enable-version3
- --enable-vulkan
- --extra-libs=-lfftw3f
- --extra-version=Jellyfin
- --target-os=linux
Expand Down

0 comments on commit 53d0d98

Please sign in to comment.