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
30fe07ba
Commit
30fe07ba
authored
Oct 11, 2014
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contrib: update protobuf to 2.6.0
parent
83047b67
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
contrib/src/protobuf/SHA512SUMS
contrib/src/protobuf/SHA512SUMS
+1
-1
contrib/src/protobuf/rules.mak
contrib/src/protobuf/rules.mak
+3
-3
No files found.
contrib/src/protobuf/SHA512SUMS
View file @
30fe07ba
5994b3669808b82fef5c860ecad36358c0767f84acac877e7bfcf722e59d972835a955714149bdd4158fbd1328a51d01397a563991d26475351ee72be48142ee protobuf-2.5
.0.tar.bz2
a59a6d28d1653335fee42eff074f54b317d79d50361ed27d16502012ebb68bf7932ff80be4ce1588829940d6fdf77d113536ee3b27b72959577527ca488eddab protobuf-2.6
.0.tar.bz2
contrib/src/protobuf/rules.mak
View file @
30fe07ba
# protobuf
PROTOBUF_VERSION
:=
2.
5
.0
PROTOBUF_URL
:=
https://protobuf.googlecode.com/
files
/protobuf-
$(PROTOBUF_VERSION)
.tar.bz2
PROTOBUF_VERSION
:=
2.
6
.0
PROTOBUF_URL
:=
https://protobuf.googlecode.com/
svn/rc
/protobuf-
$(PROTOBUF_VERSION)
.tar.bz2
PKGS
+=
protobuf
ifeq
($(call need_pkg,"protobuf"),)
...
...
@@ -24,5 +24,5 @@ endif
.protobuf
:
protobuf
$(RECONF)
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
--with-protoc
=
protoc
cd
$<
&&
$(MAKE)
install
cd
$<
&&
$(MAKE)
&&
$(MAKE)
install
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