1
0
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:
pl 2001-12-28 18:14:23 +00:00
parent 97699024c9
commit 584dc6ee3d

1
configure vendored
View File

@ -2439,6 +2439,7 @@ if test "$_tv_v4l" = auto ; then
if test "$_tv" = yes && linux ; then
if test -c /dev/video0 || test -c /dev/video ; then
cat > $TMPC <<EOF
#include <stdlib.h>
#include <linux/videodev.h>
int main(void) { return 0; }
EOF