summaryrefslogtreecommitdiffstats
path: root/package/libdvbpsi/Config.in
diff options
context:
space:
mode:
authorPieterjan Camerlynck <pieterjan.camerlynck@gmail.com>2015-12-30 15:45:54 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-30 23:28:04 +0100
commit086b38d9ceba4b1f61fe28ebabb03dbf0dac111a (patch)
tree191b6116d0a817ea0deea087a90bf5f087151d9c /package/libdvbpsi/Config.in
parentcb61b735840ab23e532c4e75385e3832077f56ad (diff)
downloadbuildroot-086b38d9ceba4b1f61fe28ebabb03dbf0dac111a.tar.gz
buildroot-086b38d9ceba4b1f61fe28ebabb03dbf0dac111a.zip
libdvbpsi: new package
libdvbpsi is a library used by vlc for decoding MPEG TS [Thomas: - add missing Config.in comment about the thread dependency.] Signed-off-by: Pieterjan Camerlynck <pieterjan.camerlynck@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libdvbpsi/Config.in')
-rw-r--r--package/libdvbpsi/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/libdvbpsi/Config.in b/package/libdvbpsi/Config.in
new file mode 100644
index 0000000000..4d543bc91c
--- /dev/null
+++ b/package/libdvbpsi/Config.in
@@ -0,0 +1,12 @@
+config BR2_PACKAGE_LIBDVBPSI
+ bool "libdvbpsi"
+ depends on BR2_TOOLCHAIN_HAS_THREADS
+ help
+ libdvbpsi is a simple library designed for decoding and
+ generation of MPEG TS and DVB PSI tables according to standards
+ ISO/IEC 13818 and ITU-T H.222.0.
+
+ http://www.videolan.org/developers/libdvbpsi.html
+
+comment "libdvbpsi needs a toolchain w/ threads"
+ depends on !BR2_TOOLCHAIN_HAS_THREADS
OpenPOWER on IntegriCloud