mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 15:48:23 +00:00
Include "_stdint.h" instead of <stdint.h>. Fixes build on systems that do not have stdint.h, like Solaris 9 (fixes #1...
Original commit message from CVS: Include "_stdint.h" instead of <stdint.h>. Fixes build on systems that do not have stdint.h, like Solaris 9 (fixes #166631).
This commit is contained in:
parent
1d3d023d5c
commit
ef7ffd51e1
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
2005-02-08 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* ext/tarkin/mem.h:
|
||||
* ext/tarkin/wavelet.h:
|
||||
* ext/tarkin/yuv.h:
|
||||
* gst/ffmpegcolorspace/avcodec.h:
|
||||
Include "_stdint.h" instead of <stdint.h>. Fixes build on
|
||||
systems that don't have stdint.h, like Solaris9 (fixes #166631).
|
||||
|
||||
2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
|
||||
|
|
Loading…
Reference in a new issue