[vlc-commits] Disable GL ES1 (does not compile anymore)
Rémi Denis-Courmont
git at videolan.org
Sun May 29 11:38:08 CEST 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun May 29 12:37:55 2011 +0300| [10e55d6d8c0c379e2bdbb936cea6ce3d345c2eb3] | committer: Rémi Denis-Courmont
Disable GL ES1 (does not compile anymore)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=10e55d6d8c0c379e2bdbb936cea6ce3d345c2eb3
---
modules/video_output/Modules.am | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/modules/video_output/Modules.am b/modules/video_output/Modules.am
index 6deb679..724cfeb 100644
--- a/modules/video_output/Modules.am
+++ b/modules/video_output/Modules.am
@@ -37,7 +37,6 @@ EXTRA_LTLIBRARIES += \
libgles1_plugin.la \
libgl_plugin.la
libvlc_LTLIBRARIES += \
- $(LTLIBgles1) \
$(LTLIBgl)
More information about the vlc-commits
mailing list