diff options
author | Steve Kenton <skenton@ou.edu> | 2015-03-17 13:57:38 -0500 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-03-17 23:08:31 +0100 |
commit | 695d7b987d4d4ba91fa52f0d366b51d8dba44ebe (patch) | |
tree | f8472cb97ff3328c6661ed63c808c758fe4b02ba /package/Config.in | |
parent | f8cd961f5fc5444dc645b6b6d324d45c0ca221c6 (diff) | |
download | buildroot-695d7b987d4d4ba91fa52f0d366b51d8dba44ebe.tar.gz buildroot-695d7b987d4d4ba91fa52f0d366b51d8dba44ebe.zip |
dvdrw-tools: new package
The dvd+rw-tools are used to master Blu-ray Disc and DVD Disc media,
both +RW/+R and -RW/-R. Note: The +RW in the name is a historical
artifact. This package contains the widely used growisofs program.
[Thomas:
- adjust minor formatting issues in Config.in file.
- remove unneeded empty line in hash file.
- make the mkisofs symbolic link a relative one.]
Signed-off-by: Steve Kenton <skenton@ou.edu>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/Config.in')
-rw-r--r-- | package/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Config.in b/package/Config.in index c183748111..96e373aad1 100644 --- a/package/Config.in +++ b/package/Config.in @@ -7,6 +7,7 @@ menu "Audio and video applications" source "package/aumix/Config.in" source "package/bellagio/Config.in" source "package/dvdauthor/Config.in" + source "package/dvdrw-tools/Config.in" source "package/espeak/Config.in" source "package/faad2/Config.in" source "package/ffmpeg/Config.in" |