mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
add/fix error handling in cdparanoia add it to translations make tools scripts executable
Original commit message from CVS: add/fix error handling in cdparanoia add it to translations make tools scripts executable
This commit is contained in:
parent
e6855bbf3e
commit
a1eca4a781
4 changed files with 17 additions and 1 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
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:
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 4eb02711e49a6aadf900d6fd9d220c17115fec2a
|
||||
Subproject commit 5557aa074c4836b2cc9eac0e1519323df1cb876f
|
|
@ -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
|
||||
|
|
|
@ -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 $^
|
||||
|
|
Loading…
Reference in a new issue