mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
xbmc: add patch to use $prefix for ffmpeg too
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
9dddc7045e
commit
469d59e5b6
@ -0,0 +1,11 @@
|
||||
diff -Naur xbmc-13.alpha-fc8358e/configure.in xbmc-13.alpha-fc8358e.patch/configure.in
|
||||
--- xbmc-13.alpha-fc8358e/configure.in 2014-02-02 04:41:09.000000000 +0100
|
||||
+++ xbmc-13.alpha-fc8358e.patch/configure.in 2014-02-03 15:47:44.591058586 +0100
|
||||
@@ -2794,6 +2794,7 @@
|
||||
CXXFLAGS="" \
|
||||
LDFLAGS="$(echo "$LDFLAGS" | sed "s/-Wl,-Bsymbolic-functions//g")" \
|
||||
./configure \
|
||||
+ --prefix="${prefix}" \
|
||||
--extra-cflags="$PASSED_CFLAGS $FFMPEG_EXTRACFLAGS" \
|
||||
--disable-static \
|
||||
`if test "$use_debug" = "no"; then echo --disable-debug; fi` \
|
Loading…
x
Reference in New Issue
Block a user