mirror of
https://github.com/mpv-player/mpv
synced 2025-03-24 12:22:25 +00:00
Accept DVB API 5, patch by Steven Brudenell, steven.brudenell gmail com.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28702 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f4e93fdc48
commit
ee50536b74
@ -38,9 +38,16 @@
|
||||
|
||||
#undef DVB_ATSC
|
||||
#if defined(DVB_API_VERSION_MINOR)
|
||||
#if DVB_API_VERSION == 3 && DVB_API_VERSION_MINOR >= 1
|
||||
|
||||
/* kernel headers >=2.6.28 have version 5.
|
||||
*
|
||||
* FIXME: are there any real differences between 3.1 and 5?
|
||||
*/
|
||||
|
||||
#if (DVB_API_VERSION == 3 && DVB_API_VERSION_MINOR >= 1) || DVB_API_VERSION == 5
|
||||
#define DVB_ATSC 1
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user