mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 10:59:39 +00:00
eglglessink: Move eglgles Sink to ext/ #2
This commit is contained in:
parent
85250eb9e2
commit
ea03067f3f
3 changed files with 2 additions and 2 deletions
|
@ -4,11 +4,11 @@ libgsteglglessink_la_SOURCES = gsteglglessink.c video_platform_wrapper.c
|
|||
|
||||
libgsteglglessink_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_CFLAGS) \
|
||||
$(DROIDSINKS_CFLAGS) \
|
||||
$(EGLGLES_CFLAGS) \
|
||||
$(X11_CFLAGS)
|
||||
|
||||
libgsteglglessink_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) \
|
||||
$(GST_PLUGINS_BASE_LIBS) $(DROIDSINKS_LIBS) $(X11_LIBS) \
|
||||
$(GST_PLUGINS_BASE_LIBS) $(EGLGLES_LIBS) $(X11_LIBS) \
|
||||
-lgstvideo-$(GST_MAJORMINOR) \
|
||||
-lgstinterfaces-$(GST_MAJORMINOR)
|
||||
|
||||
|
|
Loading…
Reference in a new issue