diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2005-03-02 10:47:26 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2005-03-02 10:47:26 +0000 |
commit | 2cdfc8fbf421c04894a70597eadabdb928c0f75b (patch) | |
tree | e5aa05cf3f19e590a0e5acfd7558425f0408385f /ChangeLog | |
parent | 65c700b9dd2dc86ebe9a02669ea349d7d8ad3aad (diff) | |
download | gst-plugins-bad-2cdfc8fbf421c04894a70597eadabdb928c0f75b.tar.gz gst-plugins-bad-2cdfc8fbf421c04894a70597eadabdb928c0f75b.tar.bz2 gst-plugins-bad-2cdfc8fbf421c04894a70597eadabdb928c0f75b.zip |
Use GINT_TO_POINTER and GPOINTER_TO_INT macros instead of direct casts; fixes build on AMD64. (fixes #168885)
Original commit message from CVS:
Use GINT_TO_POINTER and GPOINTER_TO_INT macros instead of direct casts; fixes build on AMD64. (fixes #168885)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2005-03-02 James Henstridge <james@jamesh.id.au> + + Reviewed by: Tim-Philipp Müller <tim at centricular dot net> + + * gst/librfb/rfbdecoder.c: (rfb_socket_get_buffer), + (rfb_socket_send_buffer), (rfb_decoder_use_file_descriptor): + Use GINT_TO_POINTER and GPOINTER_TO_INT macros instead of + direct casts; fixes build on AMD64. (fixes #168885) + 2005-03-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net> * gst-libs/gst/resample/resample.c: (gst_resample_scale): |