Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
fbbc0624
Commit
fbbc0624
authored
Mar 26, 2012
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
win64: build and ship activex plugin
parent
3fd80d21
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
12 deletions
+1
-12
extras/package/npapi.am
extras/package/npapi.am
+0
-7
extras/package/win32/package.mak
extras/package/win32/package.mak
+0
-4
extras/package/win32/vlc.win32.nsi.in
extras/package/win32/vlc.win32.nsi.in
+1
-1
No files found.
extras/package/npapi.am
View file @
fbbc0624
...
...
@@ -17,18 +17,11 @@ stamp-npapi-autogen: stamp-npapi-fetch
$(SHELL) ./autogen.sh
touch $@
if HAVE_WIN64
CONF_ACTIVEX = --disable-activex
else
CONF_ACTIVEX =
endif
stamp-npapi-configure: stamp-npapi-autogen stamp-gecko-fetch
cd npapi-vlc && \
$(SHELL) ./configure \
--prefix=/ \
--host=$(host_alias) --build=$(build_alias) \
$(CONF_ACTIVEX) \
CPP="$(CPP)" CPPFLAGS="$(CPPFLAGS)" \
CC="$(CC)" CFLAGS="$(CFLAGS)" \
CXX="$(CXX)" CXXFLAGS="$(CXXFLAGS)" \
...
...
extras/package/win32/package.mak
View file @
fbbc0624
...
...
@@ -68,10 +68,8 @@ if BUILD_OSDMENU
endif
if
!HAVE_WINCE
if
!HAVE_WIN64
cp
"$(top_builddir)/npapi-vlc/activex/axvlc.dll.manifest"
"$(win32_destdir)/"
cp
"$(top_builddir)/npapi-vlc/installed/lib/axvlc.dll"
"$(win32_destdir)/"
endif
cp
"$(top_builddir)/npapi-vlc/npapi/npvlc.dll.manifest"
"$(win32_destdir)/"
cp
"$(top_builddir)/npapi-vlc/installed/lib/npvlc.dll"
"$(win32_destdir)/"
endif
...
...
@@ -90,11 +88,9 @@ if !HAVE_WINCE
$(DLLTOOL)
-D
libvlc.dll
-l
"$(win32_destdir)/sdk/lib/libvlc.lib"
-d
"$(top_builddir)/lib/.libs/libvlc.dll.def"
"$(prefix)/bin/libvlc.dll"
$(DLLTOOL)
-D
libvlccore.dll
-l
"$(win32_destdir)/sdk/lib/libvlccore.lib"
-d
"$(top_builddir)/src/.libs/libvlccore.dll.def"
"$(prefix)/bin/libvlccore.dll"
if
!HAVE_WIN64
mkdir
-p
"$(win32_destdir)/sdk/activex/"
cd
$(top_builddir)/npapi-vlc
&&
cp
activex/README.TXT
share/test.html
$(win32_destdir)/sdk/activex/
endif
endif
# Convert to DOS line endings
find
$(win32_destdir)
-type
f
\(
-name
"*xml"
-or
-name
"*html"
-or
-name
'*js'
-or
-name
'*css'
-or
-name
'*hosts'
-or
-iname
'*txt'
-or
-name
'*.cfg'
-or
-name
'*.lua'
\)
-exec
$(U2D)
{}
\;
...
...
extras/package/win32/vlc.win32.nsi.in
View file @
fbbc0624
...
...
@@ -20,7 +20,7 @@
!define MUI_LANGDLL_REGISTRY_KEY "${PRODUCT_DIR_REGKEY}"
!define MUI_LANGDLL_REGISTRY_VALUENAME "Language"
@HAVE_WIN64_FALSE@
!define INSTALL_ACTIVEX
!define INSTALL_ACTIVEX
!define INSTALL_MOZILLA
;;;;;;;;;;;;;;;;;;;;;;;;;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment