mirror of
https://github.com/mpv-player/mpv
synced 2024-12-15 11:25:10 +00:00
fixes a problem with undefined types (harmless anyway)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3839 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
97699024c9
commit
584dc6ee3d
1
configure
vendored
1
configure
vendored
@ -2439,6 +2439,7 @@ if test "$_tv_v4l" = auto ; then
|
|||||||
if test "$_tv" = yes && linux ; then
|
if test "$_tv" = yes && linux ; then
|
||||||
if test -c /dev/video0 || test -c /dev/video ; then
|
if test -c /dev/video0 || test -c /dev/video ; then
|
||||||
cat > $TMPC <<EOF
|
cat > $TMPC <<EOF
|
||||||
|
#include <stdlib.h>
|
||||||
#include <linux/videodev.h>
|
#include <linux/videodev.h>
|
||||||
int main(void) { return 0; }
|
int main(void) { return 0; }
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user