Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
FreeBSD 2/X Fix path for dtv-scan-tables
  • Loading branch information
dreamcat4 committed Jul 30, 2014
1 parent 156b24a commit 1af984c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/input/mpegts/scanfile.c
Expand Up @@ -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
Expand Down

0 comments on commit 1af984c

Please sign in to comment.