diff options
author | Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com> | 2008-05-07 20:25:09 +0000 |
---|---|---|
committer | Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com> | 2008-05-07 20:25:09 +0000 |
commit | cfe9a2f6bbdf51325cd1e9d715df0c655ed7f809 (patch) | |
tree | 8933119a4ee3f2f9251fcb7427ff90b216d2042d /ChangeLog | |
parent | b2aee5ef7612fa9adf9f69a5b984172886f7f0b3 (diff) | |
download | gst-plugins-bad-cfe9a2f6bbdf51325cd1e9d715df0c655ed7f809.tar.gz gst-plugins-bad-cfe9a2f6bbdf51325cd1e9d715df0c655ed7f809.tar.bz2 gst-plugins-bad-cfe9a2f6bbdf51325cd1e9d715df0c655ed7f809.zip |
win32/common/config.h.in: Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather use the real thing than h...
Original commit message from CVS:
* win32/common/config.h.in:
Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
use the real thing than having "???" unconditionally.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2008-05-07 Ole André Vadla Ravnås <ole.andre.ravnas at tandberg com> + + * win32/common/config.h.in: + Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather + use the real thing than having "???" unconditionally. + 2008-05-07 Wim Taymans <wim.taymans@collabora.co.uk> * gst-libs/gst/app/.cvsignore: |