mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +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:
@@ -38,9 +38,16 @@
|
|||||||
|
|
||||||
#undef DVB_ATSC
|
#undef DVB_ATSC
|
||||||
#if defined(DVB_API_VERSION_MINOR)
|
#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
|
#define DVB_ATSC 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user