mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
[054/906] Fixes to make project compile. Probably still doesn't work. * configure.ac: * gst-libs/gst/Makefile.am: * gst-libs/gst/gl/Makefile.am: * gst/Makefile.am: * gst/gl/Makefile.am: * gst/gl/gstgltestsrc.c: * po/LINGUAS: * win32/MANIFEST:
This commit is contained in:
parent
d2dd3ef923
commit
e0f6fa8e62
1 changed files with 24 additions and 0 deletions
|
@ -0,0 +1,24 @@
|
||||||
|
|
||||||
|
lib_LTLIBRARIES = libgstgl-@GST_MAJORMINOR@.la
|
||||||
|
|
||||||
|
libgstgl_@GST_MAJORMINOR@_la_SOURCES = \
|
||||||
|
glextensions.c \
|
||||||
|
gstglbuffer.c \
|
||||||
|
gstgldisplay.c
|
||||||
|
|
||||||
|
libgstgl_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/gl
|
||||||
|
libgstgl_@GST_MAJORMINOR@include_HEADERS = \
|
||||||
|
glextensions.h \
|
||||||
|
gstglbuffer.h \
|
||||||
|
gstgldisplay.h
|
||||||
|
|
||||||
|
libgstgl_@GST_MAJORMINOR@_la_LIBADD = \
|
||||||
|
$(GSTPB_LIBS) $(GST_BASE_LIBS) $(GST_LIBS) \
|
||||||
|
$(X_LIBS) $(GL_LIBS)
|
||||||
|
|
||||||
|
libgstgl_@GST_MAJORMINOR@_la_CFLAGS = \
|
||||||
|
$(GSTPB_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
||||||
|
|
||||||
|
libgstgl_@GST_MAJORMINOR@_la_LDFLAGS = \
|
||||||
|
$(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
|
||||||
|
|
Loading…
Reference in a new issue