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
c4760610
Commit
c4760610
authored
Sep 21, 2014
by
Tristan Matthews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: add (disabled) rules.mak for daala
parent
a2a352f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
0 deletions
+34
-0
contrib/src/daala/rules.mak
contrib/src/daala/rules.mak
+34
-0
No files found.
contrib/src/daala/rules.mak
0 → 100644
View file @
c4760610
DAALA_VERSION
:=
git
DAALA_HASH
:=
HEAD
DAALA_GITURL
:=
http://git.xiph.org/?p
=
daala.git
;
a
=
snapshot
;
h
=
$(DAALA_HASH)
;
sf
=
tgz
# Default disabled for now
# PKGS += daala
ifeq
($(call need_pkg,"daala"),)
PKGS_FOUND
+=
daala
endif
$(TARBALLS)/daala-git.tar.gz
:
$(
call
download,
$(DAALA_GITURL)
)
.sum-daala
:
daala-$(DAALA_VERSION).tar.gz
$(
warning
$@
not implemented
)
touch
$@
daala
:
daala-$(DAALA_VERSION).tar.gz .sum-daala
rm
-Rf
$@
-git
$@
mkdir
-p
$@
-git
$(ZCAT)
"
$<
"
|
(
cd
$@
-git
&&
tar
xv
--strip-components
=
1
)
$(MOVE)
mkdir
-p
$@
/m4
DAALACONF
:=
$(HOSTCONF)
\
--disable-player
--disable-tools
DEPS_daala
=
ogg
$(DEPS_ogg)
.daala
:
daala
$(RECONF)
cd
$<
&&
$(HOSTVARS)
./configure
$(DAALACONF)
cd
$<
&&
$(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