blob: 1326709ff0a0d246f9630dfc75734740f4a28a27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
config BR2_PACKAGE_LIBDVDREAD
bool "libdvdread"
depends on !BR2_STATIC_LIBS
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"
depends on BR2_STATIC_LIBS
|