mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-22 08:35:39 +00:00
Downgraded ffmpeg to 5.1.6 due to video render issues
Some checks are pending
Build ES-DE / Building_RetroDECK-ES-DE (push) Waiting to run
Some checks are pending
Build ES-DE / Building_RetroDECK-ES-DE (push) Waiting to run
This commit is contained in:
parent
54db95d73c
commit
218e7b4d69
|
@ -6,11 +6,6 @@ sdk-extensions:
|
||||||
- org.freedesktop.Sdk.Extension.llvm18
|
- org.freedesktop.Sdk.Extension.llvm18
|
||||||
command: /app/bin/es-de
|
command: /app/bin/es-de
|
||||||
|
|
||||||
add-extensions:
|
|
||||||
org.freedesktop.Platform.ffmpeg-full:
|
|
||||||
directory: lib/ffmpeg
|
|
||||||
version: *runtime-version
|
|
||||||
|
|
||||||
cleanup:
|
cleanup:
|
||||||
- /include
|
- /include
|
||||||
- /share/ffmpeg
|
- /share/ffmpeg
|
||||||
|
@ -81,21 +76,21 @@ modules:
|
||||||
|
|
||||||
# https://gitlab.com/es-de/emulationstation-de
|
# https://gitlab.com/es-de/emulationstation-de
|
||||||
|
|
||||||
# - name: ffmpeg
|
- name: ffmpeg
|
||||||
# config-opts:
|
config-opts:
|
||||||
# - --disable-static
|
- --disable-static
|
||||||
# - --disable-programs
|
- --disable-programs
|
||||||
# - --disable-doc
|
- --disable-doc
|
||||||
# - --enable-gpl
|
- --enable-gpl
|
||||||
# - --enable-shared
|
- --enable-shared
|
||||||
# - --enable-libvorbis
|
- --enable-libvorbis
|
||||||
# - --enable-libopus
|
- --enable-libopus
|
||||||
# - --enable-libvpx
|
- --enable-libvpx
|
||||||
# - --enable-postproc
|
- --enable-postproc
|
||||||
# sources:
|
sources:
|
||||||
# - type: git
|
- type: git
|
||||||
# url: https://github.com/FFmpeg/FFmpeg.git
|
url: https://github.com/FFmpeg/FFmpeg.git
|
||||||
# tag: n6.1
|
tag: n5.1.6
|
||||||
|
|
||||||
- name: freeimage
|
- name: freeimage
|
||||||
no-autogen: true
|
no-autogen: true
|
||||||
|
|
Loading…
Reference in a new issue