summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2003-01-06 20:23:24 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2003-01-06 20:23:24 +0000
commit115558ff48a7cbc446d9e55bd5b7e2fdb1b786c4 (patch)
tree6a6b3b8088323498889c0016fa711c001be25b3e
parent4b4cc2c05a8e3a9426ae472817acfb2183ec55c9 (diff)
downloadgstreamer-plugins-bad-115558ff48a7cbc446d9e55bd5b7e2fdb1b786c4.tar.gz
build fixes a gogo
Original commit message from CVS: build fixes a gogo
-rw-r--r--configure.ac2
-rw-r--r--gst-libs/ext/ffmpeg/Makefile.am1
2 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8759cbd6d..24c0f3f33 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, 5, 0, 1, GST_ERROR="-Wall", GST_ERROR="-Wall -Werror")
+AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 5, 0, 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 a8c5bf763..b2ace5f06 100644
--- a/gst-libs/ext/ffmpeg/Makefile.am
+++ b/gst-libs/ext/ffmpeg/Makefile.am
@@ -22,6 +22,7 @@ DISTFILES = \
ffmpeg/configure \
ffmpeg/Makefile \
ffmpeg/cygwin_inttypes.h \
+ ffmpeg/ffserver.h \
ffmpeg/ffmpeg.c \
ffmpeg/ffserver.c \
ffmpeg/berrno.h \