diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-07-03 23:09:53 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-04 00:52:04 +0200 |
commit | 05b90f45138f1750f46906c358d021fd0c63bc2e (patch) | |
tree | 5ca093ef1fa5d875e2538b87fc9d3d0d688e4164 /package/libva-utils/Config.in | |
parent | 0111ced7705f4038eb91a66e7f055a4994246751 (diff) | |
download | buildroot-05b90f45138f1750f46906c358d021fd0c63bc2e.tar.gz buildroot-05b90f45138f1750f46906c358d021fd0c63bc2e.zip |
package/libva-utils: new package
The utils provided by this package were formerly packaged with libva.
Libva contained a patch not to compile mpeg2vldemo to reduce
dependencies by avoiding C++, this patch is not moved to this package.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Reviewed-by: Romain Naour <romain.naour@smile.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libva-utils/Config.in')
-rw-r--r-- | package/libva-utils/Config.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package/libva-utils/Config.in b/package/libva-utils/Config.in new file mode 100644 index 0000000000..ad299234c3 --- /dev/null +++ b/package/libva-utils/Config.in @@ -0,0 +1,15 @@ +config BR2_PACKAGE_LIBVA_UTILS + bool "libva-utils" + depends on BR2_INSTALL_LIBSTDCPP + depends on !BR2_STATIC_LIBS # libva + depends on BR2_TOOLCHAIN_HAS_THREADS # libva + select BR2_PACKAGE_LIBVA + help + Libva-utils is a collection of tests for VA-API (Video + Acceleration API) + + https://01.org/linuxmedia/vaapi + +comment "libva-utils needs a toolchain w/ C++, threads, dynamic library" + depends on !BR2_INSTALL_LIBSTDCPP || \ + BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS |