summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
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;