Mercurial > mplayer.hg
comparison libmpdemux/Makefile @ 19189:0506fc913c27
Introduce general V4L variable/define.
author | diego |
---|---|
date | Thu, 27 Jul 2006 09:34:32 +0000 |
parents | 97ea9a6616df |
children | 1ea5c31932fd |
comparison
equal
deleted
inserted
replaced
19188:18faf2912391 | 19189:0506fc913c27 |
---|---|
80 endif | 80 endif |
81 endif | 81 endif |
82 ifeq ($(TV_V4L1),yes) | 82 ifeq ($(TV_V4L1),yes) |
83 SRCS += tvi_v4l.c audio_in.c | 83 SRCS += tvi_v4l.c audio_in.c |
84 endif | 84 endif |
85 ifneq ($(TV_V4L)$(TV_V4L2),) | 85 ifeq ($(TV_V4L),yes) |
86 ifeq ($(ALSA1X),yes) | 86 ifeq ($(ALSA1X),yes) |
87 SRCS += ai_alsa1x.c | 87 SRCS += ai_alsa1x.c |
88 endif | 88 endif |
89 ifeq ($(ALSA9),yes) | 89 ifeq ($(ALSA9),yes) |
90 SRCS += ai_alsa.c | 90 SRCS += ai_alsa.c |