mirror of https://github.com/mpv-player/mpv
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:
parent
74a303a3af
commit
310a0bc819
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue