diff options
| author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-10-29 14:08:38 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-10-29 15:45:40 +0100 |
| commit | b7826807d10a75e4f8890ea06f8fc1d7a528ed64 (patch) | |
| tree | 75779fcd49285956e0c57bd9a0a62f06f6324efd | |
| parent | c78e12f5ad73b580fe6f6f44200898b3f89b10e9 (diff) | |
| download | buildroot-b7826807d10a75e4f8890ea06f8fc1d7a528ed64.tar.gz buildroot-b7826807d10a75e4f8890ea06f8fc1d7a528ed64.zip | |
package/tvheadend: transcoding depends on ffmpeg
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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| -rw-r--r-- | package/tvheadend/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |

