diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-10-27 00:21:33 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-10-27 00:21:33 +0000 |
commit | 2e43244166f3548e8f7b9d8bce0acf304eac99c4 (patch) | |
tree | 7c8c1b20ffe6590e0f50a0cecce90f4f1465ba86 /sys/Makefile.am | |
parent | 17d464c602c9635ea84ba8d1237793bd8fac8d1f (diff) | |
download | gstreamer-plugins-good-2e43244166f3548e8f7b9d8bce0acf304eac99c4.tar.gz |
fix build on older automake
Original commit message from CVS:
fix build on older automake
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 a9b35763a..e27534da5 100644 --- a/sys/Makefile.am +++ b/sys/Makefile.am @@ -34,7 +34,7 @@ else SUNAUDIO_DIR= endif -if USE_V4L +if USE_GST_V4L V4L_DIR=v4l else V4L_DIR= |