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
4c1beff0
Commit
4c1beff0
authored
Dec 19, 2012
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
npapi packaging: we don't need to fetch gecko headers anymore
parent
6a0f8ab4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
extras/package/npapi.am
extras/package/npapi.am
+1
-6
No files found.
extras/package/npapi.am
View file @
4c1beff0
...
...
@@ -2,10 +2,6 @@
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
...
...
@@ -17,7 +13,7 @@ stamp-npapi-autogen: stamp-npapi-fetch
$(SHELL) ./autogen.sh
touch $@
stamp-npapi-configure: stamp-npapi-autogen
stamp-gecko-fetch
stamp-npapi-configure: stamp-npapi-autogen
cd npapi-vlc && \
$(SHELL) ./configure \
--prefix=/ \
...
...
@@ -26,7 +22,6 @@ stamp-npapi-configure: stamp-npapi-autogen stamp-gecko-fetch
CC="$(CC)" CFLAGS="$(CFLAGS)" \
CXX="$(CXX)" CXXFLAGS="$(CXXFLAGS)" \
LD="$(LD)" LDFLAGS="$(LDFLAGS)" \
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