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
1cf1818d
Commit
1cf1818d
authored
Jan 19, 2012
by
Ilkka Ollakka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x264 10-bit version into contribs
parent
30188b9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
54 additions
and
0 deletions
+54
-0
contrib/src/x26410b/rules.mak
contrib/src/x26410b/rules.mak
+54
-0
No files found.
contrib/src/x26410b/rules.mak
0 → 100644
View file @
1cf1818d
# x264
X264_VERSION
:=
20050609
X264_URL
:=
$(CONTRIB_VIDEOLAN)
/x264-
$(X264_VERSION)
.tar.gz
X264_GITURL
:=
git://git.videolan.org/x264.git
X264_SNAPURL
:=
http://git.videolan.org/?p
=
x264.git
;
a
=
snapshot
;
h
=
HEAD
;
sf
=
tgz
ifeq
($(call need_pkg,"x26410b"),)
PKGS_FOUND
+=
x26410b
endif
DEPS_x264
=
X264CONF
=
--prefix
=
"
$(PREFIX)
"
--host
=
"
$(HOST)
"
\
--enable-static
\
--bit-depth
=
10
\
--disable-avs
\
--disable-lavf
\
--disable-cli
\
--disable-ffms
ifndef
HAVE_WIN32
X264CONF
+=
--enable-pic
else
X264CONF
+=
--enable-win32thread
endif
$(TARBALLS)/x26410b-$(X264_VERSION).tar.gz
:
$(
call
download,
$(X264_URL)
)
$(TARBALLS)/x26410b-git.tar.xz
:
$(
call
download_git,
$(X264_GITURL)
)
$(TARBALLS)/x26410b-git.tar.gz
:
$(
call
download,
$(X264_SNAPURL)
)
X264_VERSION
:=
git
.sum-x26410b
:
x264-$(X264_VERSION).tar.gz
$(
warning
$@
not implemented
)
touch
$@
x26410b
:
x26410b-$(X264_VERSION).tar.gz .sum-x26410b
rm
-Rf
x26410b-git
mkdir
-p
x26410b-git
$(ZCAT)
"
$<
"
|
(
cd
x26410b-git
&&
tar
xv
--strip-components
=
1
)
$(MOVE)
.x26410b
:
x26410b
cd
$<
&&
$(HOSTVARS)
./configure
$(X264CONF)
cd
$<
&&
sed
-i
-e
's/libx264/libx26410b/g'
Makefile config.mak
cd
$<
&&
sed
-i
-e
's/x264/x26410b/g'
x264.pc
cd
$<
&&
mv
x264.pc x26410b.pc
cd
$<
&&
sed
-i
-e
's/x264.pc/x26410b.pc/g'
Makefile
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