summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-28 18:14:23 +0000
committerpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-28 18:14:23 +0000
commit584dc6ee3d02e9215402afdca46084e5e428aa4f (patch)
tree9dc98b2eafd7a9ce581db84442d78276c2ffa027 /configure
parent97699024c95aa839e9783a4d0968c566a5b6277b (diff)
downloadmpv-584dc6ee3d02e9215402afdca46084e5e428aa4f.tar.bz2
mpv-584dc6ee3d02e9215402afdca46084e5e428aa4f.tar.xz
fixes a problem with undefined types (harmless anyway)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3839 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
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 <<EOF
+#include <stdlib.h>
#include <linux/videodev.h>
int main(void) { return 0; }
EOF