mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
bitstream: new package
BiTStream is a set of headers to ease processing of mpeg ts streams. It is used by dvblast. [Thomas: - add missing hash file. - add missing BITSTREAM_LICENSE_FILES information. - rewrap Config.in help text. - use lowercase name for the package in the comment header in bitstream.mk.] Signed-off-by: Julian Scheel <julian@jusst.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
60be5da7c9
commit
29e875313c
8
package/bitstream/Config.in
Normal file
8
package/bitstream/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_BITSTREAM
|
||||
bool "bitstream"
|
||||
help
|
||||
biTStream is a set of C headers allowing a simpler access to
|
||||
binary structures such as specified by MPEG, DVB, IETF,
|
||||
SMPTE, IEEE, SCTE, etc.
|
||||
|
||||
http://www.videolan.org/developers/bitstream.html
|
||||
Reference in New Issue
Block a user