FreeBSD 2/X Fix path for dtv-scan-tables

This commit is contained in:
Dreamcat4 2014-07-30 20:14:37 +01:00
parent 156b24a00f
commit 1af984c668

View file

@ -459,6 +459,8 @@ scanfile_init ( void )
if (!path || !*path)
#if ENABLE_DVBSCAN
path = "data/dvb-scan";
#elif defined(PLATFORM_FREEBSD)
path = "/usr/local/share/dtv-scan-tables";
#else
path = "/usr/share/dvb";
#endif