mirror of
https://github.com/videolan/vlc.git
synced 2024-11-25 02:44:30 +08:00
Try to fix Mozilla plugin
This commit is contained in:
parent
bf36cd415d
commit
c8a17a09b1
@ -162,7 +162,7 @@ libvlcplugin_la_SOURCES = $(SOURCES_mozilla_common) $(SOURCES_support)
|
||||
libvlcplugin_la_CFLAGS = `$(VLC_CONFIG) --cflags mozilla`
|
||||
libvlcplugin_la_CXXFLAGS = `$(VLC_CONFIG) --cxxflags mozilla`
|
||||
libvlcplugin_la_LDFLAGS = `$(VLC_CONFIG) --libs mozilla` -module -avoid-version -shrext $(LIBEXT)
|
||||
libvlcplugin_la_LIBADD = ../src/libvlc.la
|
||||
libvlcplugin_la_LIBADD = ../src/libvlc-control.la
|
||||
|
||||
libnpvlc_a_SOURCES = $(SOURCES_mozilla_common) $(SOURCES_support)
|
||||
libnpvlc_a_CFLAGS = `$(VLC_CONFIG) --cflags mozilla pic` \
|
||||
|
Loading…
Reference in New Issue
Block a user