mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 16:51:10 +00:00
gst/realmedia/: Include generated "_stdint.h" instead of <stdint.h> which might not exist on some systems.
Original commit message from CVS: * gst/realmedia/realhash.c: * gst/realmedia/rtspreal.c: Include generated "_stdint.h" instead of <stdint.h> which might not exist on some systems.
This commit is contained in:
parent
0ad0632f5d
commit
a7de0e326a
3 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2008-04-29 Michael Smith <msmith@songbirdnest.com>
|
||||||
|
|
||||||
|
* gst/realmedia/realhash.c:
|
||||||
|
* gst/realmedia/rtspreal.c:
|
||||||
|
Include generated "_stdint.h" instead of <stdint.h> which might not
|
||||||
|
exist on some systems.
|
||||||
|
|
||||||
2008-04-26 Sebastian Dröge <slomo@circular-chaos.org>
|
2008-04-26 Sebastian Dröge <slomo@circular-chaos.org>
|
||||||
|
|
||||||
* ext/sidplay/gstsiddec.cc:
|
* ext/sidplay/gstsiddec.cc:
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <stdint.h>
|
#include "_stdint.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdint.h>
|
#include "_stdint.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include <gst/rtsp/gstrtspextension.h>
|
#include <gst/rtsp/gstrtspextension.h>
|
||||||
|
|
Loading…
Reference in a new issue