FFMPEG: disabled module in favor of the extension

This commit is contained in:
XargonWan 2023-04-20 07:00:15 +00:00
parent 8ed534ae70
commit 21b6c79c4e
2 changed files with 16 additions and 16 deletions

View file

@ -226,21 +226,21 @@ modules:
# https://gitlab.com/es-de/emulationstation-de # https://gitlab.com/es-de/emulationstation-de
#This is disabled because we added the extension (line 11), check if the videos are ok. #This is disabled because we added the extension (line 11), check if the videos are ok.
- 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: n5.1.1 # tag: n5.1.1
- name: freeimage - name: freeimage
no-autogen: true no-autogen: true

@ -1 +1 @@
Subproject commit 0b1cfb79e591e10488a3262d6b38db843c39a409 Subproject commit 717b78093797270877ec416e58082f1c71d435d8