mirror of https://github.com/mpv-player/mpv
updated for support detection by configure
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3244 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a65f2c37b3
commit
2574e86cf9
|
@ -11,7 +11,7 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#ifdef USE_TV
|
||||
#if defined(USE_TV) && defined(HAVE_TV_V4L)
|
||||
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
|
|
Loading…
Reference in New Issue