From 5daae0674580ee626bcd030afea387ce00811c16 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 30 Aug 2004 10:26:52 +0000 Subject: fix for 151236 Original commit message from CVS: fix for 151236 --- sys/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/Makefile.am') diff --git a/sys/Makefile.am b/sys/Makefile.am index 7028846a..a9b35763 100644 --- a/sys/Makefile.am +++ b/sys/Makefile.am @@ -40,7 +40,7 @@ else V4L_DIR= endif -if USE_V4L2 +if USE_GST_V4L2 V4L2_DIR=v4l2 else V4L2_DIR= -- cgit