84d589a963
Move multimedia libraries ouf of the Audio and Video category into the Libraries/Multimedia one. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 lines
303 B
Plaintext
12 lines
303 B
Plaintext
config BR2_PACKAGE_LIBDVDREAD
|
|
bool "libdvdread"
|
|
depends on BR2_LARGEFILE
|
|
help
|
|
libdvdread provides a simple foundation for reading
|
|
DVD-Video images.
|
|
|
|
http://www.mplayerhq.hu/MPlayer/releases/dvdnav/
|
|
|
|
comment "libdvdread requires a toolchain with LARGEFILE support"
|
|
depends on !BR2_LARGEFILE
|