Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/tvheadend: transcoding depends on ffmpeg
@ 2017-10-29 13:08 Bernd Kuhls
  2017-10-29 14:46 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2017-10-29 13:08 UTC (permalink / raw)
  To: buildroot

Commit
https://git.buildroot.net/buildroot/commit/package/tvheadend?id=a9a14dc4357d32f705a52a5da73c782576ce6bc8
forgot to add the reverse dependency from ffmpeg.

Fixes
http://autobuild.buildroot.net/results/91a/91a08e63690421a0c197e987af15e91e78afb96f/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/tvheadend/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/tvheadend/Config.in b/package/tvheadend/Config.in
index 56a3b385d1..2cde51d88f 100644
--- a/package/tvheadend/Config.in
+++ b/package/tvheadend/Config.in
@@ -29,6 +29,7 @@ if BR2_PACKAGE_TVHEADEND
 
 config BR2_PACKAGE_TVHEADEND_TRANSCODING
 	bool "transcoding support"
+	depends on BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
 	select BR2_PACKAGE_FFMPEG
 	select BR2_PACKAGE_FFMPEG_AVRESAMPLE
 	select BR2_PACKAGE_FFMPEG_GPL # needed for x264 support
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH 1/1] package/tvheadend: transcoding depends on ffmpeg
  2017-10-29 13:08 [Buildroot] [PATCH 1/1] package/tvheadend: transcoding depends on ffmpeg Bernd Kuhls
@ 2017-10-29 14:46 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2017-10-29 14:46 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun, 29 Oct 2017 14:08:38 +0100, Bernd Kuhls wrote:
> Commit
> https://git.buildroot.net/buildroot/commit/package/tvheadend?id=a9a14dc4357d32f705a52a5da73c782576ce6bc8
> forgot to add the reverse dependency from ffmpeg.
> 
> Fixes
> http://autobuild.buildroot.net/results/91a/91a08e63690421a0c197e987af15e91e78afb96f/
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/tvheadend/Config.in | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-10-29 14:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-29 13:08 [Buildroot] [PATCH 1/1] package/tvheadend: transcoding depends on ffmpeg Bernd Kuhls
2017-10-29 14:46 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox