mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
gst/videotestsrc/videotestsrc.h: Use "_stdint.h" instead of <stdint.h>
Original commit message from CVS: * gst/videotestsrc/videotestsrc.h: Use "_stdint.h" instead of <stdint.h>
This commit is contained in:
parent
cd1ced0f2b
commit
d9c8b9915c
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst/videotestsrc/videotestsrc.h:
|
||||
Use "_stdint.h" instead of <stdint.h>
|
||||
|
||||
2005-07-27 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* ext/vorbis/Makefile.am:
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#ifndef __VIDEOTESTSRC_H__
|
||||
#define __VIDEOTESTSRC_H__
|
||||
|
||||
#include <stdint.h>
|
||||
#include "_stdint.h"
|
||||
|
||||
struct vts_color_struct {
|
||||
uint8_t Y, U, V;
|
||||
|
|
Loading…
Reference in a new issue