diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-08-05 16:32:47 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-08-05 16:32:47 +0000 |
commit | f83e779ee4c356947770069f6ccc993d23e981e3 (patch) | |
tree | 067beff688854f664fd3cdfd1ead6eaf6a2d8eed /stream/tvi_v4l2.c | |
parent | f7faf638d49edf5c111ef4c1043e37a08afae682 (diff) | |
download | mpv-f83e779ee4c356947770069f6ccc993d23e981e3.tar.bz2 mpv-f83e779ee4c356947770069f6ccc993d23e981e3.tar.xz |
Rename some audio-output-related preprocessor directives.
Switch them from a HAVE_ prefix to a CONFIG_ prefix.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27419 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/tvi_v4l2.c')
-rw-r--r-- | stream/tvi_v4l2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/tvi_v4l2.c b/stream/tvi_v4l2.c index c7d39841aa..4a273a1b35 100644 --- a/stream/tvi_v4l2.c +++ b/stream/tvi_v4l2.c @@ -378,7 +378,7 @@ static void init_audio(priv_t *priv) if (priv->audio_initialized) return; if (!priv->tv_param->noaudio) { -#if defined(HAVE_ALSA9) || defined(HAVE_ALSA1X) +#if defined(CONFIG_ALSA9) || defined(CONFIG_ALSA1X) if (priv->tv_param->alsa) audio_in_init(&priv->audio_in, AUDIO_IN_ALSA); else |