diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-03-03 12:10:05 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-03-03 12:10:05 +0000 |
commit | 3d4ad813b48860319c3ca93f4c9d3a69fb9c2002 (patch) | |
tree | 9d0ccb4323e673799105183c064588cd347e4475 | |
parent | 7122bb3b53c42b743c78fde05600d797402c42b7 (diff) | |
download | gst-plugins-bad-3d4ad813b48860319c3ca93f4c9d3a69fb9c2002.tar.gz gst-plugins-bad-3d4ad813b48860319c3ca93f4c9d3a69fb9c2002.tar.bz2 gst-plugins-bad-3d4ad813b48860319c3ca93f4c9d3a69fb9c2002.zip |
fix sed warning build against newer ALSA using old APi
Original commit message from CVS:
fix sed warning
build against newer ALSA using old APi
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2004-03-03 Thomas Vander Stichele <thomas at apestaart dot org> + * common/gst-autogen.sh: + fix sed bug + * ext/alsa/gstalsa.h: + use old ALSA API so it builds against 1.0 ALSA + +2004-03-03 Thomas Vander Stichele <thomas at apestaart dot org> + * ext/mpeg2dec/gstmpeg2dec.c: compile against mpeg2dec 0.4.0 as well (Johan Dahlin) |