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
6a6a6e90
Commit
6a6a6e90
authored
Dec 07, 2011
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
npapi: fetch gecko headers required for windows
parent
9641b6ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
extras/package/npapi.am
extras/package/npapi.am
+6
-2
No files found.
extras/package/npapi.am
View file @
6a6a6e90
...
...
@@ -2,6 +2,10 @@
build-npapi: stamp-npapi-build
stamp-gecko-fetch:
svn export http://npapi-sdk.googlecode.com/svn/trunk/headers gecko -r HEAD
touch $@
stamp-npapi-fetch:
rm -Rf npapi-vlc
git clone git://git.videolan.org/npapi-vlc.git npapi-vlc
...
...
@@ -19,7 +23,7 @@ else
CONF_ACTIVEX =
endif
stamp-npapi-configure: stamp-npapi-autogen
stamp-npapi-configure: stamp-npapi-autogen
stamp-gecko-fetch
cd npapi-vlc && \
$(SHELL) ./configure \
--prefix=/ \
...
...
@@ -29,7 +33,7 @@ stamp-npapi-configure: stamp-npapi-autogen
CC="$(CC)" CFLAGS="$(CFLAGS)" \
CXX="$(CXX)" CXXFLAGS="$(CXXFLAGS)" \
LD="$(LD)" LDFLAGS="$(LDFLAGS)" \
MOZILLA_CFLAGS="-I$(
CONTRIB_DIR)/gecko-sdk/include
" \
MOZILLA_CFLAGS="-I$(
abs_builddir)/gecko
" \
SHELL="$(SHELL)" \
PKG_CONFIG_LIBDIR="../$(srcdir)/extras/contrib/lib/pkgconfig:../lib"
touch $@
...
...
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