summaryrefslogtreecommitdiff
path: root/package/libdvdread/Config.in
blob: 05a97c0f33b6f44ec7fef185afeb924c65980e29 (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_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, largefile"
	depends on !BR2_LARGEFILE || BR2_STATIC_LIBS