mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
xbmc: add patch to disable building of docs in ffmpeg
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
db63e35154
commit
e05cae9bf0
@ -0,0 +1,19 @@
|
|||||||
|
diff -Naur xbmc-10.1-Dharma/configure.in xbmc-10.1-Dharma.patch/configure.in
|
||||||
|
--- xbmc-10.1-Dharma/configure.in 2011-03-08 02:49:24.000000000 +0100
|
||||||
|
+++ xbmc-10.1-Dharma.patch/configure.in 2011-09-21 22:13:32.305639980 +0200
|
||||||
|
@@ -1613,6 +1613,7 @@
|
||||||
|
--extra-cflags="$CFLAGS -w -D_DARWIN_C_SOURCE -Dattribute_deprecated=" \
|
||||||
|
--disable-amd3dnow \
|
||||||
|
--disable-static \
|
||||||
|
+ --disable-doc \
|
||||||
|
`if test "$use_debug" = "no"; then echo --disable-debug; fi` \
|
||||||
|
--disable-muxers \
|
||||||
|
--enable-muxer=spdif \
|
||||||
|
@@ -1644,6 +1645,7 @@
|
||||||
|
./configure \
|
||||||
|
--extra-cflags="$PASSED_CFLAGS $FFMPEG_EXTRACFLAGS" \
|
||||||
|
--disable-static \
|
||||||
|
+ --disable-doc \
|
||||||
|
`if test "$use_debug" = "no"; then echo --disable-debug; fi` \
|
||||||
|
`if test "$cross_compiling" = "yes"; then echo --enable-cross-compile; fi` \
|
||||||
|
`if test "$use_arch" != "no"; then echo --arch=$use_arch; fi`\
|
Loading…
x
Reference in New Issue
Block a user