1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2025-08-10 14:09:48 +00:00

Allow disabling media autodetection at build time.

Use DINDEXER_WITH_MEDIA_AUTODETECT.
This commit is contained in:
King_DuckZ 2015-12-08 16:07:21 +00:00
parent 97de157724
commit 2cdf0cb3b9
9 changed files with 53 additions and 9 deletions

View file

@ -38,7 +38,7 @@ The following libraries must be available on your system:
- PostgreSQL (libpq)
- Boost 1.53 or later
- yaml-cpp 0.5.1 or later
- libblkid (from util-linux/misc-utils)
- libblkid (from util-linux/misc-utils) ***optional, build with -DDINDEXER_WITH_MEDIA_AUTODETECT=Off if you don't have this***
### Linux ###