[MPlayer-cvslog] r18929 - trunk/libmpdemux/Makefile
reimar
subversion at mplayerhq.hu
Thu Jul 6 22:49:23 CEST 2006
Author: reimar
Date: Thu Jul 6 22:49:23 2006
New Revision: 18929
Modified:
trunk/libmpdemux/Makefile
Log:
Fix for case when both V4L and V4L2 are enabled
Modified: trunk/libmpdemux/Makefile
==============================================================================
--- trunk/libmpdemux/Makefile (original)
+++ trunk/libmpdemux/Makefile Thu Jul 6 22:49:23 2006
@@ -78,7 +78,7 @@
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
More information about the MPlayer-cvslog
mailing list