[vlc-commits] Fix compatibility with Opera 11.60
Cheng Sun
git at videolan.org
Wed Dec 28 19:15:56 CET 2011
npapi-vlc | branch: master | Cheng Sun <chengsun9 at gmail.com> | Tue Dec 27 18:48:50 2011 +0000| [622b8df69f2cb314c0bfdc2360e66773fa94be3b] | committer: Jean-Baptiste Kempf
Fix compatibility with Opera 11.60
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=622b8df69f2cb314c0bfdc2360e66773fa94be3b
---
npapi/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/npapi/Makefile.am b/npapi/Makefile.am
index 1b59eb4..d861565 100644
--- a/npapi/Makefile.am
+++ b/npapi/Makefile.am
@@ -49,7 +49,7 @@ libvlcplugin_la_LIBADD += $(MOZILLA_LIBS)
if USE_GTK
AM_CPPFLAGS += $(GTK_CFLAGS) -DUSE_GTK
-libvlcplugin_la_LIBADD += $(GTK_LIBS)
+libvlcplugin_la_LIBADD += $(GTK_LIBS) $(X_LIBS) $(X_PRE_LIBS) -lX11
SOURCES_support = \
support/npunix.cpp \
vlcplugin_gtk.cpp \
More information about the vlc-commits
mailing list