diff options
Diffstat (limited to 'examples/egl/Makefile.am')
-rw-r--r-- | examples/egl/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/egl/Makefile.am b/examples/egl/Makefile.am index 8dc7027..2646cba 100644 --- a/examples/egl/Makefile.am +++ b/examples/egl/Makefile.am @@ -13,7 +13,8 @@ testegl_LDADD = \ -lgstvideo-@GST_API_VERSION@ \ $(GST_BASE_LIBS) \ $(GST_LIBS) \ - $(GST_GL_LIBS) + $(GST_GL_LIBS) \ + -lm testegl_CFLAGS = \ $(GST_PLUGINS_BASE_CFLAGS) \ |