summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index afe7a9c..d2825e7 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,7 +4,7 @@
DIE=0
package=gst-plugins-pps
-srcfile=src/main.c
+srcfile=src/gstppssrc.c
# autogen.sh helper functions (copied from GStreamer's common/ CVS module)
if test ! -f ./gst-autogen.sh;
diff --git a/configure.ac b/configure.ac
index ca6b57d..c5a78b4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
m4_define([gst_pps_major], 0)
m4_define([gst_pps_minor], 0)
m4_define([gst_pps_micro], 17)
-m4_define([gst_pps_nano], 12)
+m4_define([gst_pps_nano], 13)
m4_if(gst_pps_nano, 0,
[m4_define(gst_pps_version, gst_pps_major.gst_pps_minor.gst_pps_micro)],
[m4_define(gst_pps_version, gst_pps_major.gst_pps_minor.gst_pps_micro.gst_pps_nano)])