mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
add another include
Original commit message from CVS: add another include
This commit is contained in:
parent
5e70d477cd
commit
3de666c5fe
2 changed files with 5 additions and 1 deletions
|
@ -26,10 +26,11 @@
|
|||
#include <gst/base/gstcollectpads.h>
|
||||
|
||||
#include <ogg/ogg.h>
|
||||
/* memcpy - if someone knows a way to get rid of it, please speak up
|
||||
/* memcpy - if someone knows a way to get rid of it, please speak up
|
||||
* note: the ogg docs even say you need this... */
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
#include <stdlib.h> /* rand, srand, atoi */
|
||||
|
||||
GST_DEBUG_CATEGORY_STATIC (gst_ogg_mux_debug);
|
||||
#define GST_CAT_DEFAULT gst_ogg_mux_debug
|
||||
|
|
|
@ -60,7 +60,10 @@
|
|||
#endif
|
||||
|
||||
#include "gsttheoraenc.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <stdlib.h> /* free */
|
||||
|
||||
#include <gst/tag/tag.h>
|
||||
|
||||
GST_DEBUG_CATEGORY (theoraenc_debug);
|
||||
|
|
Loading…
Reference in a new issue