mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 17:50:36 +00:00
[050/906] * configure.ac: * sys/glsink/Makefile.am: Switch to using pkgconfig to detect libGL. Since we use recent features added to Mesa, there's no point in adding a check for pre-pkgconfig versions.
This commit is contained in:
parent
694ae09876
commit
a7190f5a74
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ libgstglimagesink_la_SOURCES = \
|
|||
gstglfilterexample.c \
|
||||
gstglconvert.c
|
||||
libgstglimagesink_la_CFLAGS = $(GST_CFLAGS) $(X_CFLAGS) $(GST_BASE_CFLAGS) \
|
||||
$(GST_PLUGINS_BASE_CFLAGS)
|
||||
libgstglimagesink_la_LIBADD = $(X_LIBS) $(XSHM_LIBS) -lGL \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) $(GL_CFLAGS)
|
||||
libgstglimagesink_la_LIBADD = $(GL_LIBS) \
|
||||
$(GST_BASE_LIBS) -lgstvideo-$(GST_MAJORMINOR) \
|
||||
$(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-$(GST_MAJORMINOR)
|
||||
libgstglimagesink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
|
Loading…
Reference in a new issue