Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
454
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
4c1beff0
Commit
4c1beff0
authored
12 years ago
by
Rafaël Carré
Browse files
Options
Downloads
Patches
Plain Diff
npapi packaging: we don't need to fetch gecko headers anymore
parent
6a0f8ab4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
extras/package/npapi.am
+1
-6
1 addition, 6 deletions
extras/package/npapi.am
with
1 addition
and
6 deletions
extras/package/npapi.am
+
1
−
6
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 $@
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment