aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/vlc
diff options
context:
space:
mode:
authorLeon Woestenberg <leon@sidebranch.com>2009-03-29 18:45:33 +0200
committerLeon Woestenberg <leon@sidebranch.com>2009-03-29 18:46:01 +0200
commit4079b96a95fb0a64c6e85720143e282d76601421 (patch)
tree3c97c8509164f228deb45273db1dbd85cc7012ab /recipes/vlc
parent02f5b72c6af300a49ccd8d7038b9bf2830a41348 (diff)
downloadopenembedded-4079b96a95fb0a64c6e85720143e282d76601421.tar.gz
x264: Remove do_configure override.
Diffstat (limited to 'recipes/vlc')
-rw-r--r--recipes/vlc/x264_r2245.bb9
1 files changed, 2 insertions, 7 deletions
diff --git a/recipes/vlc/x264_r2245.bb b/recipes/vlc/x264_r2245.bb
index a662b56240..8d1036fa76 100644
--- a/recipes/vlc/x264_r2245.bb
+++ b/recipes/vlc/x264_r2245.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "H.264 encoder"
LICENSE = "GPL"
-PR = "r2"
+PR = "r3"
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}
-}
-