mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
RPCS3 + ESDE: re-enabled ffmpeg, it's duplicated but seems like we need both.
This commit is contained in:
parent
d902f08b47
commit
46ccf7efa6
|
@ -225,22 +225,22 @@ modules:
|
|||
# ES-DE - START
|
||||
# https://gitlab.com/es-de/emulationstation-de
|
||||
|
||||
# This is disabled because we added the extension (line 11), check if the videos are ok.
|
||||
# - name: ffmpeg
|
||||
# config-opts:
|
||||
# - --disable-static
|
||||
# - --disable-programs
|
||||
# - --disable-doc
|
||||
# - --enable-gpl
|
||||
# - --enable-shared
|
||||
# - --enable-libvorbis
|
||||
# - --enable-libopus
|
||||
# - --enable-libvpx
|
||||
# - --enable-postproc
|
||||
# sources:
|
||||
# - type: git
|
||||
# url: https://github.com/FFmpeg/FFmpeg.git
|
||||
# tag: n5.1.1
|
||||
#This is disabled because we added the extension (line 11), check if the videos are ok.
|
||||
- name: ffmpeg
|
||||
config-opts:
|
||||
- --disable-static
|
||||
- --disable-programs
|
||||
- --disable-doc
|
||||
- --enable-gpl
|
||||
- --enable-shared
|
||||
- --enable-libvorbis
|
||||
- --enable-libopus
|
||||
- --enable-libvpx
|
||||
- --enable-postproc
|
||||
sources:
|
||||
- type: git
|
||||
url: https://github.com/FFmpeg/FFmpeg.git
|
||||
tag: n5.1.1
|
||||
|
||||
- name: freeimage
|
||||
no-autogen: true
|
||||
|
|
Loading…
Reference in a new issue