-
The patch attached in bug 2088696 solves this problem for me.
2008-11-14 08:00:18 UTC in MediaTomb
-
I've looked through revision 1944.
addWatch is called in 4 places, all from autoscan_inotify.cc.
In addMoveWatch (line 384), where the next line tests if the return value is greater than zero. However, this function will propagate the -1 further out, to watchPathForMoves, which doesn't handle the -1. I'm not entirely sure how that should be done, or even if watchPathForMoves can be called...
2008-11-14 07:59:09 UTC in MediaTomb
-
Yes, I can confirm that I can compile it without moving the headers now.
2008-11-14 07:28:19 UTC in MediaTomb
-
When mediatomb scans a directory using inotify scanning, and it encounters a directory it does not have access to, the inotify thread terminates.
This in turn means that no updating of the directory contents are performed.
The error logged be mediatomb is:
ERROR: Inotify thread caught exception: Permission denied
The attached patch solves this problem, by making Inotify::addWatch...
2008-09-02 11:00:40 UTC in MediaTomb
-
Hi,
The SVN version as of this morning (r1863, I believe), will not compile if libdvdread is enabled. It fails with the following error:
/usr/include/dvdread/ifo_types.h:32:2: error: #error "Must include or before any libdvdread header."
The reason seems to be that stdint.h is included before dvd_read.h, so that __STDC_CONSTANT_MACROS and __STDC_LIMIT_MACROS are...
2008-08-25 09:00:48 UTC in MediaTomb
-
The ffmpeg version available on Ubuntu Gutsy has some differences, which causes compilation failure on Ubuntu. The attached patch makes fuppes compile and work with video transcoding.
Note: I don't know whether this will compile with a newer ffmpeg version, than the one I have installed. But at least it's a starting point to getting it working on more than one version.
2007-10-18 07:59:17 UTC in Free UPnP Entertainment Service
-
If, for some reason, the loading of the faad decoder fails, fuppes will crash with a segfault, when trying to transcode the files.
If necessary, I can provide a backtrace displaying the problem.
2007-10-18 07:35:34 UTC in Free UPnP Entertainment Service
-
On Ubuntu AudioSpecificConfig have been renamed to faacDecAudioSpecificConfig by means of a define in the header file (Ubuntu uses FAAD 2.0).
The attached patch fixes this problem, by trying to import the AudioSpecificConfig symbol first, and if that fails then tries to import faacDecAudioSpecificConfig.
2007-10-18 07:19:57 UTC in Free UPnP Entertainment Service
-
hjernemadsen committed patchset 11435 of module tinyos-1.x to the TinyOS CVS repository, changing 36 files.
2006-02-03 13:48:15 UTC in TinyOS
-
hjernemadsen committed patchset 11425 of module tinyos-1.x to the TinyOS CVS repository, changing 6 files.
2006-02-01 13:28:11 UTC in TinyOS