npapi-vlc | branch: master | Cheng Sun <[email protected]> | 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 <[email protected]> > 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 \ _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
