[mythtv] [PATCH] O_STREAMING patch

J. Donavan Stanley jdonavan at gorpe.com
Tue Dec 23 19:20:48 EST 2003


Kevin Elliott wrote:

>On Tue, Dec 23, 2003 at 05:11:05AM -0800, J. Donavan Stanley wrote:
>  
>
>>>O_STREAMING won't necessarilly be defined in the header files after 
>>>patching the kernel though because most people don't have /usr/include/asm 
>>>symlinked to the actual kernel source they're running. :(
>>>Maybe a settings.pro option instead?
>>>
>>>
>>>      
>>>
>>Wouldn't it be sufficient to assume that if they've patched their kernel 
>>they've got /usr/include/asm symlinked properly?
>>    
>>
>
>Manual configuration, or some form of autodetection (configure) is required.
>Assumptions would be a mistake in this case...
>
>  
>

#ifndef O_STREAMING
#define O_STREAMING 0
#endif

If you've got the patch applied and the PROPER headers then you get 
streaming support.  If you don't or your headers are borked then you don't.


More information about the mythtv-dev mailing list