summaryrefslogtreecommitdiff
path: root/src/configure
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2011-02-20 05:05:53 (GMT)
committerChristian Pointner <equinox@helsinki.at>2011-02-20 05:05:53 (GMT)
commit6f80905b6b976e1355b8556fc3a1dd6288701593 (patch)
treea8151c8fec21a3b517cac33a4b7326393b62fb5b /src/configure
parent14e6a00caae8edd1022bb2c5a2c4dde1b1bc0b5a (diff)
no app sink anymore
tests with clocks
Diffstat (limited to 'src/configure')
-rwxr-xr-xsrc/configure4
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