summaryrefslogtreecommitdiffstats
path: root/libmpdemux
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-27 09:33:24 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-27 09:33:24 +0000
commit68ce26863c9d6d480c07c4d6c31e08f9658b5ee0 (patch)
tree26f2730af66e4e285a88d8f66977543724fa82bb /libmpdemux
parenta881f35f1a556609ec7cc21671777d3a2e5c4444 (diff)
downloadmpv-68ce26863c9d6d480c07c4d6c31e08f9658b5ee0.tar.bz2
mpv-68ce26863c9d6d480c07c4d6c31e08f9658b5ee0.tar.xz
Missed HAVE_TV_V4L --> HAVE_TV_V4L1 rename.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19193 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux')
-rw-r--r--libmpdemux/tv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/tv.h b/libmpdemux/tv.h
index e961fc25bd..31f7821dbd 100644
--- a/libmpdemux/tv.h
+++ b/libmpdemux/tv.h
@@ -28,7 +28,7 @@ extern int tv_param_noaudio;
extern int tv_param_immediate;
extern int tv_param_audiorate;
extern int tv_param_audio_id;
-#if defined(HAVE_TV_V4L) || defined(HAVE_TV_V4L2)
+#if defined(HAVE_TV_V4L1) || defined(HAVE_TV_V4L2)
extern int tv_param_amode;
extern int tv_param_volume;
extern int tv_param_bass;