From 584dc6ee3d02e9215402afdca46084e5e428aa4f Mon Sep 17 00:00:00 2001 From: pl Date: Fri, 28 Dec 2001 18:14:23 +0000 Subject: [PATCH] fixes a problem with undefined types (harmless anyway) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3839 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 8d268dcb84..268997f160 100755 --- a/configure +++ b/configure @@ -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 < #include int main(void) { return 0; } EOF