diff options
author | Koen Kooi <koen@openembedded.org> | 2009-09-29 09:41:06 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-09-29 10:23:39 +0200 |
commit | e273b9781e609f83c7b6886cfbe09d92a9db064f (patch) | |
tree | facfa1e726c1cf040b144ead395087f401a77315 /recipes | |
parent | 2d880e1dfe0ce995d0a5cba8697423de2ecea341 (diff) |
x264: update to a more recent snapshot
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/vlc/x264_0.0.bb | 20 | ||||
-rw-r--r-- | recipes/vlc/x264_r2245.bb | 4 |
2 files changed, 2 insertions, 22 deletions
diff --git a/recipes/vlc/x264_0.0.bb b/recipes/vlc/x264_0.0.bb deleted file mode 100644 index b716afc416..0000000000 --- a/recipes/vlc/x264_0.0.bb +++ /dev/null @@ -1,20 +0,0 @@ -DESCRIPTION = "h264 encoder" -LICENSE = "GPL" - -X264PV = "snapshot-20090127-2245" - -SRC_URI = "http://download.videolan.org/pub/videolan/x264/snapshots/x264-${X264PV}.tar.bz2" - -S = "${WORKDIR}/${PN}-${X264PV}" - -inherit autotools lib_package - -EXTRA_OECONF = " --enable-shared " - -do_stage() { - autotools_stage_all -} - - - - diff --git a/recipes/vlc/x264_r2245.bb b/recipes/vlc/x264_r2245.bb index 8d1036fa76..a347bd9039 100644 --- a/recipes/vlc/x264_r2245.bb +++ b/recipes/vlc/x264_r2245.bb @@ -1,8 +1,8 @@ DESCRIPTION = "H.264 encoder" LICENSE = "GPL" -PR = "r3" +PR = "r4" -X264PV = "snapshot-20090127-2245" +X264PV = "snapshot-20090928-2245" SRC_URI = "http://download.videolan.org/pub/videolan/x264/snapshots/x264-${X264PV}.tar.bz2" |