summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2003-08-26 20:19:44 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2003-08-26 20:19:44 +0000
commit49c5d2bb746a9e1d739f55e63c131870e278c616 (patch)
treeb13c4cdf36cb355bf8b8247974e3d6642368adb4
parentbd3c9137f0aafbd50a810049e7da8623b7bcb55d (diff)
downloadgstreamer-plugins-base-49c5d2bb746a9e1d739f55e63c131870e278c616.tar.gz
closes bug #119105
Original commit message from CVS: closes bug #119105
-rw-r--r--configure.ac2
-rw-r--r--gst-libs/ext/ffmpeg/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index ad6bb93c9..37b659cca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ AM_MAINTAINER_MODE
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, cvs and prerelease does Werror too
-AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 6, 2, 1, GST_ERROR="-Wall", GST_ERROR="-Wall -Werror")
+AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 6, 2, 2, GST_ERROR="-Wall", GST_ERROR="-Wall -Werror")
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
dnl our libraries and install dirs use major.minor as a version
diff --git a/gst-libs/ext/ffmpeg/Makefile.am b/gst-libs/ext/ffmpeg/Makefile.am
index 58bbda699..bb346f256 100644
--- a/gst-libs/ext/ffmpeg/Makefile.am
+++ b/gst-libs/ext/ffmpeg/Makefile.am
@@ -16,7 +16,7 @@ PATCHES = patch/function.patch
patches:
@echo -n Patching ffmpeg if necessary ...
- @patch -p0 -N -r rejects < patch/function.patch > /dev/null || true
+ @patch -p0 -N -r rejects < $(srcdir)/patch/function.patch > /dev/null || true
@rm -f rejects || true
@echo done.