mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 14:16:40 +00:00
xbmc-pvr: disable ffmpeg's crystalhd support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
4f2cca18bb
commit
c8850880aa
@ -0,0 +1,32 @@
|
|||||||
|
From 5c62df65cb2ef1c7dcebbf07bd6d180960ab6715 Mon Sep 17 00:00:00 2001
|
||||||
|
From: theuni <theuni-nospam-@xbmc.org>
|
||||||
|
Date: Wed, 4 Apr 2012 14:53:51 -0400
|
||||||
|
Subject: [PATCH] ffmpeg: disable ffmpeg's crystalhd implementation for now
|
||||||
|
|
||||||
|
---
|
||||||
|
configure.in | 2 ++
|
||||||
|
1 file changed, 2 insertions(+)
|
||||||
|
|
||||||
|
diff --git a/configure.in b/configure.in
|
||||||
|
index 0d80719..40e9fb5 100755
|
||||||
|
--- a/configure.in
|
||||||
|
+++ b/configure.in
|
||||||
|
@@ -2041,6 +2041,7 @@ XB_CONFIG_MODULE([lib/ffmpeg], [
|
||||||
|
--disable-ffmpeg \
|
||||||
|
--disable-doc \
|
||||||
|
--disable-decoder=mpeg_xvmc \
|
||||||
|
+ --disable-crystalhd \
|
||||||
|
--enable-postproc \
|
||||||
|
--enable-gpl \
|
||||||
|
--enable-protocol=http \
|
||||||
|
@@ -2080,6 +2081,7 @@ XB_CONFIG_MODULE([lib/ffmpeg], [
|
||||||
|
--disable-ffplay \
|
||||||
|
--disable-ffserver \
|
||||||
|
--disable-ffmpeg \
|
||||||
|
+ --disable-crystalhd \
|
||||||
|
--enable-shared \
|
||||||
|
--disable-doc \
|
||||||
|
--enable-postproc \
|
||||||
|
--
|
||||||
|
1.7.10
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user