diff options
author | Benjamin Otte <otte@gnome.org> | 2004-03-14 10:33:44 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-03-14 10:33:44 +0000 |
commit | 7dc81ddbcce806c74f57890577ee49dc300b8dde (patch) | |
tree | 6d1eab30e0dfad834a28604c9055be25edce3562 /ChangeLog | |
parent | ca3eaf9764e93cd7e8b71181b074948de1c11269 (diff) | |
download | gst-plugins-bad-7dc81ddbcce806c74f57890577ee49dc300b8dde.tar.gz gst-plugins-bad-7dc81ddbcce806c74f57890577ee49dc300b8dde.tar.bz2 gst-plugins-bad-7dc81ddbcce806c74f57890577ee49dc300b8dde.zip |
move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure they get rebuilt properly
Original commit message from CVS:
* configure.ac:
* gst-libs/gst/gconf/Makefile.am:
* pkgconfig/Makefile.am:
move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
they get rebuilt properly
* configure.ac:
when checking for vorbis, try pkgconfig first.
* gst/modplug/gstmodplug.cc:
add fixate function
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2004-03-14 Benjamin Otte <otte@gnome.org> + + * configure.ac: + * gst-libs/gst/gconf/Makefile.am: + * pkgconfig/Makefile.am: + move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure + they get rebuilt properly + * configure.ac: + when checking for vorbis, try pkgconfig first. + * gst/modplug/gstmodplug.cc: + add fixate function + 2004-03-14 Ronald Bultje <rbultje@ronald.bitfreak.net> * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): |