mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
eglglessink: Fix static linking for Android by passing --tag=CC to libtool
This commit is contained in:
parent
11f0669679
commit
6cfbda3b7e
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ else
|
|||
libgsteglglessink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
endif
|
||||
|
||||
libgsteglglessink_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
||||
libgsteglglessink_la_LIBTOOLFLAGS = --tag=CC $(GST_PLUGIN_LIBTOOLFLAGS)
|
||||
|
||||
noinst_HEADERS = gsteglglessink.h gstegladaptation.h video_platform_wrapper.h
|
||||
|
||||
|
|
Loading…
Reference in a new issue