Fix for case when both V4L and V4L2 are enabled

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18929 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2006-07-06 20:49:23 +00:00
parent 74a303a3af
commit 310a0bc819
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ SRCS += tv.c frequencies.c tvi_dummy.c
ifeq ($(TV_V4L),yes)
SRCS += tvi_v4l.c audio_in.c
endif
ifeq ($(TV_V4L)$(TV_V4L2),yes)
ifneq ($(TV_V4L)$(TV_V4L2),)
ifeq ($(ALSA1X),yes)
SRCS += ai_alsa1x.c
endif