diff options
| author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2016-07-02 21:25:07 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-07-03 18:05:58 +0200 |
| commit | 3cdbedcec47836f947b6f90ae1beed9e77872e20 (patch) | |
| tree | 33c6aab2300bf09a4f757ac25d0c221fdb01f7fd /package/libbdplus/Config.in | |
| parent | dbe16f2a36b1f0db5e76c4292113c5d5b21f3a32 (diff) | |
| download | buildroot-3cdbedcec47836f947b6f90ae1beed9e77872e20.tar.gz buildroot-3cdbedcec47836f947b6f90ae1beed9e77872e20.zip | |
package/libbdplus: new package
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libbdplus/Config.in')
| -rw-r--r-- | package/libbdplus/Config.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/package/libbdplus/Config.in b/package/libbdplus/Config.in new file mode 100644 index 0000000000..19170a61a8 --- /dev/null +++ b/package/libbdplus/Config.in @@ -0,0 +1,17 @@ +config BR2_PACKAGE_LIBBDPLUS + bool "libbdplus" + depends on BR2_TOOLCHAIN_HAS_THREADS + depends on !BR2_STATIC_LIBS + help + libbdplus is a research project to implement the BD+ System + Specifications. + This research project provides, through an open-source + library, a way to understand how the BD+ works. + NB: this project doesn't offer any key, configuration file or + certificate that could be used to decode encrypted copyrighted + material. + + http://www.videolan.org/developers/libbdplus.html + +comment "libbdplus needs a toolchain w/ threads, dynamic library" + depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS |

