summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2009-09-05 17:02:57 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2009-09-05 17:02:57 +0800
commita10f72e03ef6086c816a8f25760db122b56f8a83 (patch)
tree60972c7094f0af55a395b15f3f48f691329c6db5 /autogen.sh
parentb19c3cc58017d91fdaf263198efcc59f84915306 (diff)
divorce with gst-plugins-pps
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 9d84a03..ec2e505 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -3,8 +3,8 @@
# to the right versions, or leave them unset and get the RedHat 7.3 defaults
DIE=0
-package=gst-plugin
-srcfile=src/main.c
+package=libppswrapper
+srcfile=wrapper/ppswrapper.c
# autogen.sh helper functions (copied from GStreamer's common/ CVS module)
if test ! -f ./gst-autogen.sh;