summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2014-09-03 23:36:00 +0200
committerChristian Pointner <equinox@spreadspace.org>2014-09-03 23:36:00 +0200
commit020a47c5a48631b7902240de80d7a24436bedb52 (patch)
tree90b71e029de29b9875057a416cf0d2321efc4da2 /src
parentremove useless writer component (diff)
added git ignore file
ported base program to gstreamer 1.0
Diffstat (limited to 'src')
-rwxr-xr-xsrc/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/configure b/src/configure
index f7ddc99..84137e9 100755
--- a/src/configure
+++ b/src/configure
@@ -92,8 +92,8 @@ else
COMPILER='clang'
fi
-CFLAGS="$CFLAGS $(pkg-config --cflags gstreamer-0.10) -DGST_DISABLE_DEPRECATED"
-LDFLAGS="$LDFLAGS $(pkg-config --libs gstreamer-0.10)"
+CFLAGS="$CFLAGS $(pkg-config --cflags gstreamer-1.0 gthread-2.0)"
+LDFLAGS="$LDFLAGS $(pkg-config --libs gstreamer-1.0 gthread-2.0)"
rm -f include.mk
rm -f config.h