diff options
author | Koen Kooi <koen@openembedded.org> | 2009-01-28 15:28:13 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-01-28 15:28:13 +0100 |
commit | 26f47dc8f20db1e1e5e74e5eb7d79963618e49e6 (patch) | |
tree | b5011ba8a88c5857b65a57378764b057a2061fc6 /packages/vlc/x264_0.0.bb | |
parent | 9c45286182c96db8e05749daab17f6213f7ff55c (diff) |
x264: add 20090127 snapshot
Diffstat (limited to 'packages/vlc/x264_0.0.bb')
-rw-r--r-- | packages/vlc/x264_0.0.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/vlc/x264_0.0.bb b/packages/vlc/x264_0.0.bb new file mode 100644 index 0000000000..b716afc416 --- /dev/null +++ b/packages/vlc/x264_0.0.bb @@ -0,0 +1,20 @@ +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 +} + + + + |