summaryrefslogtreecommitdiffstats
path: root/package/libdvdread/Config.in
blob: 65d3d408313c31c79a8c4c91954aefa4dedd20d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
OpenPOWER on IntegriCloud