[gst-cvs] gst-plugins-bad: make: add missinf trailing \ to fix the build
Stefan Kost
ensonic at kemper.freedesktop.org
Mon Nov 22 07:14:37 PST 2010
Module: gst-plugins-bad
Branch: master
Commit: 15530055741b77224db8f3b25944991d047b4b93
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=15530055741b77224db8f3b25944991d047b4b93
Author: Stefan Kost <ensonic at users.sf.net>
Date: Mon Nov 22 17:05:23 2010 +0200
make: add missinf trailing \ to fix the build
---
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 98c5416..37b104d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -63,7 +63,7 @@ CRUFT_DIRS = \
$(top_srcdir)/gst/flacparse \
$(top_srcdir)/gst/imagefreeze \
$(top_srcdir)/gst/shapewipe \
- $(top_srcdir)/tests/examples/shapewipe
+ $(top_srcdir)/tests/examples/shapewipe \
$(top_srcdir)/ext/alsaspdif \
$(top_srcdir)/ext/ivorbis \
$(top_srcdir)/ext/metadata
More information about the Gstreamer-commits
mailing list