[vlc-commits] egl_pbuffer: remove useless dependency
Romain Vimont
git at videolan.org
Tue Mar 30 09:44:45 UTC 2021
vlc | branch: master | Romain Vimont <rom1v at videolabs.io> | Mon Mar 22 16:06:19 2021 +0100| [318b4418dc2eb195f1549bf6930cf4b04530c03c] | committer: Alexandre Janniaux
egl_pbuffer: remove useless dependency
The filter egl_pbuffer does not depend on LIBM.
Signed-off-by: Alexandre Janniaux <ajanni at videolabs.io>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=318b4418dc2eb195f1549bf6930cf4b04530c03c
---
modules/video_output/opengl/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/video_output/opengl/Makefile.am b/modules/video_output/opengl/Makefile.am
index dcb8ace5c6..4235607abc 100644
--- a/modules/video_output/opengl/Makefile.am
+++ b/modules/video_output/opengl/Makefile.am
@@ -91,7 +91,7 @@ endif # HAVE_GL
libegl_pbuffer_filter_plugin_la_SOURCES = video_filter/egl_pbuffer.c
libegl_pbuffer_filter_plugin_la_CPPFLAGS = $(AM_CPPFLAGS) $(EGL_FLAGS)
-libegl_pbuffer_filter_plugin_la_LIBADD = $(LIBM) $(EGL_LIBS)
+libegl_pbuffer_filter_plugin_la_LIBADD = $(EGL_LIBS)
if HAVE_ANDROID
libegl_pbuffer_filter_plugin_la_LIBADD += libvlc_opengles.la $(GLES2_LIBS)
More information about the vlc-commits
mailing list