summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorEdgard Lima <edgard.lima@indt.org.br>2005-09-20 18:49:05 +0000
committerEdgard Lima <edgard.lima@indt.org.br>2005-09-20 18:49:05 +0000
commit5e87884c7666b2ca5c1384c60db66b87cb1dabe1 (patch)
tree40cf3ce434ba04a42f595971c648ef095aaeb647 /ChangeLog
parentd8025d0b03281890d7e78842753f859151ec3696 (diff)
downloadgst-plugins-bad-5e87884c7666b2ca5c1384c60db66b87cb1dabe1.tar.gz
gst-plugins-bad-5e87884c7666b2ca5c1384c60db66b87cb1dabe1.tar.bz2
gst-plugins-bad-5e87884c7666b2ca5c1384c60db66b87cb1dabe1.zip
Fixed configure.ac and ext/sdl/Makefile.am for sdl port to 0.9.
Original commit message from CVS: Fixed configure.ac and ext/sdl/Makefile.am for sdl port to 0.9.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 15 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index c5e49d51..453903da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,21 @@
-=== release 0.9.1 ===
+
+2005-09-20 Edgard Lima <edgard.lima@indt.org.br>
+
+ * configure.ac:
+ * ext/sdl/Makefile.am:
+ Fixed Makefile.am - removed hard coded flags from Makefile.am.
+ Added AC_PATH_XTRA to configure.ac to be used by Makefile.am.
2005-09-19 Edgard Lima <edgard.lima@indt.org.br>
- * Makefile.am
- * configure.ac
- * ext/sdl/Makefile.am
- * ext/sdl/sdlvideosink.c
- * ext/sdl/sdlvideosink.h
- * PORTED_09
- Ported to 0.9.
+ * Makefile.am:
+ * configure.ac:
+ * ext/sdl/Makefile.am:
+ * ext/sdl/sdlvideosink.c:
+ * PORTED_09:
+ Ported to 0.9.
+
+=== release 0.9.1 ===
2005-09-08 Flavio Oliveira <flavio.oliveira@indt.org.br>