From e05cae9bf0154175c1ddd064ccd09eb6bfeb4301 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 21 Sep 2011 22:20:23 +0200 Subject: [PATCH] xbmc: add patch to disable building of docs in ffmpeg Signed-off-by: Stephan Raue --- ...-disable_building_of_ffmpeg_docs-0.1.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 packages/mediacenter/xbmc/patches/xbmc-10.1-Dharma-231-disable_building_of_ffmpeg_docs-0.1.patch diff --git a/packages/mediacenter/xbmc/patches/xbmc-10.1-Dharma-231-disable_building_of_ffmpeg_docs-0.1.patch b/packages/mediacenter/xbmc/patches/xbmc-10.1-Dharma-231-disable_building_of_ffmpeg_docs-0.1.patch new file mode 100644 index 0000000000..9e4230005c --- /dev/null +++ b/packages/mediacenter/xbmc/patches/xbmc-10.1-Dharma-231-disable_building_of_ffmpeg_docs-0.1.patch @@ -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`\