mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Fixed a message
This commit is contained in:
parent
50c0b03f0c
commit
99876fdab3
2
HISTORY
2
HISTORY
@ -4753,7 +4753,7 @@ Video Disk Recorder Revision History
|
||||
- Removed all the compatibility '#if APIVERSNUM...' stuff and instead increased
|
||||
the API version number - plugins will have to be recompiled.
|
||||
- Removed the call to pthread_setschedparam(childTid, SCHED_RR, 0) in thread.c,
|
||||
because it caused a compiler warning with g++ 4.1.1 (reported by Ville Skyttä).
|
||||
because it caused a compiler warning with post-2.4 glibc (reported by Ville Skyttä).
|
||||
Since the third parameter has to be non-null to have any effect, the call was
|
||||
presumably a NOP, anyway.
|
||||
- Fixed the 'clean-plugins' target in the Makefile to also remove additional
|
||||
|
Loading…
Reference in New Issue
Block a user