mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 15:35:38 +00:00
FFMPEG: disabled module in favor of the extension
This commit is contained in:
parent
8ed534ae70
commit
21b6c79c4e
|
@ -226,21 +226,21 @@ modules:
|
|||
# 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
|
||||
# - 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
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 0b1cfb79e591e10488a3262d6b38db843c39a409
|
||||
Subproject commit 717b78093797270877ec416e58082f1c71d435d8
|
Loading…
Reference in a new issue