mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
examples/gl/gtk: build fix for the 3dvideo example on macOS
This commit is contained in:
parent
0559b42d6c
commit
b9a2c64d8d
1 changed files with 6 additions and 1 deletions
|
@ -23,11 +23,14 @@
|
|||
#endif
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include <gdk/gdk.h>
|
||||
#if defined (GDK_WINDOWING_X11)
|
||||
#include <X11/Xlib.h>
|
||||
#endif
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <gdk/gdk.h>
|
||||
#include <gst/video/video-info.h>
|
||||
|
||||
#include "../gstgtk.h"
|
||||
|
@ -273,7 +276,9 @@ main (gint argc, gchar * argv[])
|
|||
GtkWidget *area, *combo, *w;
|
||||
const gchar *uri;
|
||||
|
||||
#if defined (GDK_WINDOWING_X11)
|
||||
XInitThreads ();
|
||||
#endif
|
||||
|
||||
gst_init (&argc, &argv);
|
||||
gtk_init (&argc, &argv);
|
||||
|
|
Loading…
Reference in a new issue