3d140790eb
Fixes: http://autobuild.buildroot.org/results/0ed/0ed3152a166a69d65a226e3cef755ed370cc245b/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
13 lines
367 B
Plaintext
13 lines
367 B
Plaintext
config BR2_PACKAGE_LIBDVDREAD
|
|
bool "libdvdread"
|
|
depends on BR2_LARGEFILE
|
|
depends on !BR2_PREFER_STATIC_LIB
|
|
help
|
|
libdvdread provides a simple foundation for reading
|
|
DVD-Video images.
|
|
|
|
http://www.mplayerhq.hu/MPlayer/releases/dvdnav/
|
|
|
|
comment "libdvdread needs a toolchain w/ dynamic library, largefile"
|
|
depends on !BR2_LARGEFILE || BR2_PREFER_STATIC_LIB
|