Am 19.11.2012 00:20, schrieb Klaus Schmidinger:
> On 19.11.2012 00:03, Lars Hanisch wrote:
>> Hi,
>>
>> Am 20.10.2012 15:03, schrieb Lars Hanisch:
>>> Plugins should use
>>>
>>> #include
>>>
>>> and not
>>>
>>> #include "vdr/..."
>>
>> Any reason, this didn't get into 1.7.32?
>> Is it wrong
On 19.11.2012 00:03, Lars Hanisch wrote:
Hi,
Am 20.10.2012 15:03, schrieb Lars Hanisch:
Plugins should use
#include
and not
#include "vdr/..."
Any reason, this didn't get into 1.7.32?
Is it wrong or was it just missed? ;)
It's not wrong and it wasn't missed, either ;-)
It's just s
Hi,
Am 20.10.2012 15:03, schrieb Lars Hanisch:
> Plugins should use
>
> #include
>
> and not
>
> #include "vdr/..."
Any reason, this didn't get into 1.7.32?
Is it wrong or was it just missed? ;)
It would help packaging plugins which needs headers of the dvb?ddevice-plugins.
Here's a lin
Hi,
Plugins should use
#include
and not
#include "vdr/..."
Regards,
Lars.
diff --git a/PLUGINS/src/dvbhddevice/dvbhdffdevice.h b/PLUGINS/src/dvbhddevice/dvbhdffdevice.h
index 439ec9b..10882ae 100644
--- a/PLUGINS/src/dvbhddevice/dvbhdffdevice.h
+++ b/PLUGINS/src/dvbhddevice/dvbhdffdevice.h
@