diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-08-30 10:26:52 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-08-30 10:26:52 +0000 |
commit | 81be759fc662692219b6ba2fd38d3fb903d03765 (patch) | |
tree | 4f428bd9a4e1d819c4db9fdf340fe8a3edbc5103 /sys/Makefile.am | |
parent | 22e8e61f2a54d8b7a15f093c563263bbab1ac496 (diff) | |
download | gst-plugins-bad-81be759fc662692219b6ba2fd38d3fb903d03765.tar.gz gst-plugins-bad-81be759fc662692219b6ba2fd38d3fb903d03765.tar.bz2 gst-plugins-bad-81be759fc662692219b6ba2fd38d3fb903d03765.zip |
fix for 151236
Original commit message from CVS:
fix for 151236
Diffstat (limited to 'sys/Makefile.am')
-rw-r--r-- | sys/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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= |