mirror of
https://github.com/andybalaam/retropie-recording.git
synced 2026-01-22 18:16:29 +00:00
Add enable-ffmpeg.patch
This commit is contained in:
parent
62710a3d12
commit
231092c950
1 changed files with 13 additions and 0 deletions
13
enable-ffmpeg.patch
Normal file
13
enable-ffmpeg.patch
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
diff --git a/scriptmodules/emulators/retroarch.sh b/scriptmodules/emulators/retroarch.sh
|
||||
index 2a28bf4..e1c14a4 100644
|
||||
--- a/scriptmodules/emulators/retroarch.sh
|
||||
+++ b/scriptmodules/emulators/retroarch.sh
|
||||
@@ -40,7 +40,7 @@ function sources_retroarch() {
|
||||
|
||||
function build_retroarch() {
|
||||
local params=(--disable-sdl --enable-sdl2 --disable-oss --disable-al --disable-jack)
|
||||
- ! isPlatform "x11" && params+=(--disable-x11 --disable-ffmpeg --disable-pulse)
|
||||
+ ! isPlatform "x11" && params+=(--disable-x11 --disable-pulse)
|
||||
isPlatform "gles" && params+=(--enable-opengles)
|
||||
isPlatform "rpi" && params+=(--enable-dispmanx)
|
||||
isPlatform "mali" && params+=(--enable-mali_fbdev)
|
||||
Loading…
Add table
Add a link
Reference in a new issue