summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog10
m---------common0
-rw-r--r--po/POTFILES.in1
-rw-r--r--tools/Makefile.am5
4 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dea161ff..64c6f0b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
+ * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
+ (cdparanoia_open), (cdparanoia_event):
+ fix/add error handling
+ * po/POTFILES.in:
+ add cdparanoia source
+ * tools/Makefile.am:
+ make scripts executable
+
+2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
+
* configure.ac:
* ext/vorbis/Makefile.am:
* sys/Makefile.am:
diff --git a/common b/common
-Subproject 4eb02711e49a6aadf900d6fd9d220c17115fec2
+Subproject 5557aa074c4836b2cc9eac0e1519323df1cb876
diff --git a/po/POTFILES.in b/po/POTFILES.in
index a595819c..ede78f92 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,5 +1,6 @@
ext/audiofile/gstafsink.c
ext/audiofile/gstafsrc.c
+ext/cdparanoia/gstcdparanoia.c
ext/gnomevfs/gstgnomevfssrc.c
ext/gnomevfs/gstgnomevfssink.c
ext/sndfile/gstsf.c
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 4ee883b5..9f102b07 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -2,4 +2,9 @@ bin_SCRIPTS = gst-launch-ext gst-visualise
man_MANS = gst-launch-ext.1 gst-visualise.1
+all: all-am chmod
+
EXTRA_DIST = $(bin_SCRIPTS) $(man_MANS) gst-launch-ext.in
+
+chmod: $(bin_SCRIPTS)
+ chmod +x $^