* Fix inotify parsing of new video symlinks. (SF bug #3552473)

This commit is contained in:
Justin Maggard
2012-08-20 21:30:16 +00:00
parent 89c70bab24
commit fdcdd9ded8
4 changed files with 53 additions and 73 deletions

View File

@ -37,6 +37,7 @@
#include "linux/inotify.h"
#include "linux/inotify-syscalls.h"
#endif
#include "libav.h"
#include "upnpglobalvars.h"
#include "inotify.h"
@ -652,6 +653,7 @@ start_inotify()
if (setpriority(PRIO_PROCESS, 0, 19) == -1)
DPRINTF(E_WARN, L_INOTIFY, "Failed to reduce inotify thread priority\n");
sqlite3_release_memory(1<<31);
av_register_all();
while( !quitting )
{