diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2005-05-13 22:04:37 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2005-05-13 22:04:37 +0000 |
commit | 9b6c47ca91d1dc4af38eb675e30073b9938ab53f (patch) | |
tree | b2ed8b0122812fa449f76e9a012bec6957062f0a /ChangeLog | |
parent | ce727b94ddc434e85a6b72605ee88e52e8a7acb1 (diff) | |
download | gst-plugins-bad-9b6c47ca91d1dc4af38eb675e30073b9938ab53f.tar.gz gst-plugins-bad-9b6c47ca91d1dc4af38eb675e30073b9938ab53f.tar.bz2 gst-plugins-bad-9b6c47ca91d1dc4af38eb675e30073b9938ab53f.zip |
ext/musicbrainz/: Add empty .cpp file to make libtool use g++ for the linking instead of gcc (fixes #303930).
Original commit message from CVS:
* ext/musicbrainz/Makefile.am:
* ext/musicbrainz/blank-file.cpp:
Add empty .cpp file to make libtool use g++ for the
linking instead of gcc (fixes #303930).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-05-13 Tim-Philipp Müller <tim at centricular dot net> + + * ext/musicbrainz/Makefile.am: + * ext/musicbrainz/blank-file.cpp: + Add empty .cpp file to make libtool use g++ for the + linking instead of gcc (fixes #303930). + 2005-05-13 Luca Ognibene <luogni@tin.it> * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcsp_caps_remove_format_info): |