diff options
author | Christian Pointner <equinox@helsinki.at> | 2011-02-20 05:05:53 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2011-02-20 05:05:53 (GMT) |
commit | 6f80905b6b976e1355b8556fc3a1dd6288701593 (patch) | |
tree | a8151c8fec21a3b517cac33a4b7326393b62fb5b /src/configure | |
parent | 14e6a00caae8edd1022bb2c5a2c4dde1b1bc0b5a (diff) |
no app sink anymore
tests with clocks
Diffstat (limited to 'src/configure')
-rwxr-xr-x | src/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/configure b/src/configure index ecb9cb2..ef6e03a 100755 --- a/src/configure +++ b/src/configure @@ -91,8 +91,8 @@ if [ -n "$ERRORS" ] && [ $EBUILD_COMPAT -ne 1 ]; then exit 1 fi -CFLAGS="$CFLAGS $(pkg-config --cflags gstreamer-0.10 gstreamer-app-0.10)" -LDFLAGS="$LDFLAGS $(pkg-config --libs gstreamer-0.10 gstreamer-app-0.10)" +CFLAGS="$CFLAGS $(pkg-config --cflags gstreamer-0.10)" +LDFLAGS="$LDFLAGS $(pkg-config --libs gstreamer-0.10)" rm -f include.mk rm -f config.h |