43d6e6caa8
DVBlast is a simple and powerful MPEG-2/TS demux and streaming application. [Thomas: - add missing hash file. - rewrap Config.in help text - remove unneeded "DVBLAST_INSTALL_TARGET = YES", since this is the default behavior - pass TARGET_MAKE_ENV in the environment when calling make. - use TARGET_CONFIGURE_OPTS instead of just CC/LD.] Signed-off-by: Julian Scheel <julian@jusst.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
11 lines
268 B
Plaintext
11 lines
268 B
Plaintext
config BR2_PACKAGE_DVBLAST
|
|
bool "dvblast"
|
|
select BR2_PACKAGE_BITSTREAM
|
|
select BR2_PACKAGE_LIBEV
|
|
depends on !BR2_bfin # libev
|
|
help
|
|
DVBlast is a simple and powerful MPEG-2/TS demux and
|
|
streaming application.
|
|
|
|
http://www.videolan.org/projects/dvblast.html
|