Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
d1873b6f
Commit
d1873b6f
authored
Nov 08, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use ActiveX from the npapi repo
parent
df287db5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
12 deletions
+5
-12
Makefile.am
Makefile.am
+5
-12
No files found.
Makefile.am
View file @
d1873b6f
...
@@ -669,26 +669,19 @@ win32_xpi_destdir=$(win32_destdir)/vlc-plugin
...
@@ -669,26 +669,19 @@ win32_xpi_destdir=$(win32_destdir)/vlc-plugin
if
HAVE_WIN64
if
HAVE_WIN64
include
extras/package/npapi.am
include
extras/package/npapi.am
build-activex
:
touch
$@
else
else
if
HAVE_WINCE
if
HAVE_WINCE
build-npapi
:
build-npapi
:
touch
$@
touch
$@
build-activex
:
touch
$@
else
else
if
HAVE_WIN32
if
HAVE_WIN32
include
extras/package/npapi.am
include
extras/package/npapi.am
include
extras/package/activex.am
endif
endif
endif
endif
endif
endif
#Win-common is for win32 and wince
#Win-common is for win32 and wince
package-win-common
:
install build-npapi
build-activex
package-win-common
:
install build-npapi
# Check that tmp isn't in the way
# Check that tmp isn't in the way
@if
test
-e
"$(win32_destdir)"
;
then
\
@if
test
-e
"$(win32_destdir)"
;
then
\
echo "Error
:
please remove $(win32_destdir)
,
it is in the way";
\
echo "Error
:
please remove $(win32_destdir)
,
it is in the way";
\
...
@@ -742,8 +735,8 @@ endif
...
@@ -742,8 +735,8 @@ endif
if
!HAVE_WINCE
if
!HAVE_WINCE
if
!HAVE_WIN64
if
!HAVE_WIN64
cp
"$(top_builddir)/
activex-vlc/src
/axvlc.dll.manifest"
"$(win32_destdir)/"
cp
"$(top_builddir)/
npapi-vlc/activex
/axvlc.dll.manifest"
"$(win32_destdir)/"
cp
"$(top_builddir)/
activex
-vlc/installed/lib/axvlc.dll"
"$(win32_destdir)/"
cp
"$(top_builddir)/
npapi
-vlc/installed/lib/axvlc.dll"
"$(win32_destdir)/"
endif
endif
cp
"$(top_builddir)/npapi-vlc/npapi/npvlc.dll.manifest"
"$(win32_destdir)/"
cp
"$(top_builddir)/npapi-vlc/npapi/npvlc.dll.manifest"
"$(win32_destdir)/"
cp
"$(top_builddir)/npapi-vlc/installed/lib/npvlc.dll"
"$(win32_destdir)/"
cp
"$(top_builddir)/npapi-vlc/installed/lib/npvlc.dll"
"$(win32_destdir)/"
...
@@ -766,8 +759,8 @@ endif
...
@@ -766,8 +759,8 @@ endif
if
!HAVE_WIN64
if
!HAVE_WIN64
if
!HAVE_WINCE
if
!HAVE_WINCE
mkdir
-p
"$(win32_destdir)/sdk/activex"
mkdir
-p
"$(win32_destdir)/sdk/activex"
cp
$(top_builddir)/
activex-vlc/README
$(win32_destdir)/sdk/activex/README.TXT
cp
$(top_builddir)/
npapi-vlc/activex/README.TXT
$(win32_destdir)/sdk/activex/README.TXT
cp
$(top_builddir)/
activex-vlc/src
/test.html
$(win32_destdir)/sdk/activex/
cp
$(top_builddir)/
npapi-vlc/share
/test.html
$(win32_destdir)/sdk/activex/
endif
endif
endif
endif
...
...
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