git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02f5b72
)
x264: Remove do_configure override.
author
Leon Woestenberg
<leon@sidebranch.com>
Sun, 29 Mar 2009 16:45:33 +0000
(18:45 +0200)
committer
Leon Woestenberg
<leon@sidebranch.com>
Sun, 29 Mar 2009 16:46:01 +0000
(18:46 +0200)
recipes/vlc/x264_r2245.bb
patch
|
blob
|
history
diff --git
a/recipes/vlc/x264_r2245.bb
b/recipes/vlc/x264_r2245.bb
index
a662b56
..
8d1036f
100644
(file)
--- a/
recipes/vlc/x264_r2245.bb
+++ b/
recipes/vlc/x264_r2245.bb
@@
-1,6
+1,6
@@
DESCRIPTION = "H.264 encoder"
LICENSE = "GPL"
-PR = "r
2
"
+PR = "r
3
"
X264PV = "snapshot-20090127-2245"
@@
-8,7
+8,7
@@
SRC_URI = "http://download.videolan.org/pub/videolan/x264/snapshots/x264-${X264P
S = "${WORKDIR}/${PN}-${X264PV}"
-inherit autotools lib_package
+inherit autotools lib_package
pkgconfig
# default --extra-cflags
X264_ECFLAGS = ""
@@
-24,8
+24,3
@@
EXTRA_OECONF = '--enable-shared ${X264_DISABLE_ASM} --extra-cflags="${X264_ECFLA
do_stage() {
autotools_stage_all
}
-
-do_configure() {
- ${S}/configure ${EXTRA_OECONF}
-}
-