mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
xbmc: add patch to build ffmpeg statically linked for RPi
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
97447e4708
commit
2cea0c4120
@ -0,0 +1,12 @@
|
|||||||
|
diff -Naur xbmc-13.alpha-65ad3ae/configure.in xbmc-13.alpha-65ad3ae.patch/configure.in
|
||||||
|
--- xbmc-13.alpha-65ad3ae/configure.in 2014-02-03 16:36:26.000000000 +0100
|
||||||
|
+++ xbmc-13.alpha-65ad3ae.patch/configure.in 2014-02-04 20:15:33.927101424 +0100
|
||||||
|
@@ -872,7 +872,7 @@
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
-if test "$target_platform" = "target_linux"; then
|
||||||
|
+if test "$target_platform" = "target_linux" -o "$target_platform" = "target_raspberry_pi"; then
|
||||||
|
USE_STATIC_FFMPEG=1
|
||||||
|
use_static_ffmpeg=yes
|
||||||
|
AC_DEFINE([USE_STATIC_FFMPEG], [1], [link ffmpeg statically])
|
Loading…
x
Reference in New Issue
Block a user