File tree Expand file tree Collapse file tree 1 file changed +15
-20
lines changed
Expand file tree Collapse file tree 1 file changed +15
-20
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,6 @@ sdk-extensions:
66 - org.freedesktop.Sdk.Extension.llvm18
77command : /app/bin/es-de
88
9- add-extensions :
10- org.freedesktop.Platform.ffmpeg-full :
11- directory : lib/ffmpeg
12- version : *runtime-version
13-
149cleanup :
1510 - /include
1611 - /share/ffmpeg
@@ -81,21 +76,21 @@ modules:
8176
8277 # https://gitlab.com/es-de/emulationstation-de
8378
84- # - name: ffmpeg
85- # config-opts:
86- # - --disable-static
87- # - --disable-programs
88- # - --disable-doc
89- # - --enable-gpl
90- # - --enable-shared
91- # - --enable-libvorbis
92- # - --enable-libopus
93- # - --enable-libvpx
94- # - --enable-postproc
95- # sources:
96- # - type: git
97- # url: https://github.com/FFmpeg/FFmpeg.git
98- # tag: n6.1
79+ - name : ffmpeg
80+ config-opts :
81+ - --disable-static
82+ - --disable-programs
83+ - --disable-doc
84+ - --enable-gpl
85+ - --enable-shared
86+ - --enable-libvorbis
87+ - --enable-libopus
88+ - --enable-libvpx
89+ - --enable-postproc
90+ sources :
91+ - type : git
92+ url : https://github.com/FFmpeg/FFmpeg.git
93+ tag : n5.1.6
9994
10095 - name : freeimage
10196 no-autogen : true
You can’t perform that action at this time.
0 commit comments