summaryrefslogtreecommitdiff
path: root/src/configure
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2011-02-20 02:12:24 (GMT)
committerChristian Pointner <equinox@helsinki.at>2011-02-20 02:12:24 (GMT)
commit14e6a00caae8edd1022bb2c5a2c4dde1b1bc0b5a (patch)
treeece14c8e5d457aa6c4653d39a89e02c5d0f30242 /src/configure
parent88fafd10a4a260631c3de6b18720601b9cfafba1 (diff)
switching to appsrc for writer element
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 ef6e03a..ecb9cb2 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)"
-LDFLAGS="$LDFLAGS $(pkg-config --libs gstreamer-0.10)"
+CFLAGS="$CFLAGS $(pkg-config --cflags gstreamer-0.10 gstreamer-app-0.10)"
+LDFLAGS="$LDFLAGS $(pkg-config --libs gstreamer-0.10 gstreamer-app-0.10)"
rm -f include.mk
rm -f config.h