diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-07-27 09:33:24 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-07-27 09:33:24 +0000 |
commit | 68ce26863c9d6d480c07c4d6c31e08f9658b5ee0 (patch) | |
tree | 26f2730af66e4e285a88d8f66977543724fa82bb /libmpdemux | |
parent | a881f35f1a556609ec7cc21671777d3a2e5c4444 (diff) |
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.h | 2 |
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; |