summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Osipenko <digetx@gmail.com>2017-12-25 18:06:09 +0300
committerDmitry Osipenko <digetx@gmail.com>2017-12-26 22:14:29 +0300
commit63ff1e4457e2e5d2eb70b75fe991c4a7a8d36da4 (patch)
treeac2496384dde2847512891cc0b70bfa87c531463
parentce89b4943ac051ce5036930c11995d6f213368e9 (diff)
Revert "Remove gl_VISIBILITY from configure.ac"
VLC works now because some of VLC functions have the same name as in libvdpau-tegra and they were getting overridden on library load. gl_VISIBILITY removal was a bad mistake. This reverts commit b0de4419cf1f6e3b822255bb82d76520af8b120d.
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 2b0f79f..59e3570 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,6 +14,7 @@ AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_LIBTOOL
PKG_PROG_PKG_CONFIG
+gl_VISIBILITY
# Checks for dependencies.
PKG_CHECK_MODULES(X11, x11 xext xextproto xfixes)