diff options
Diffstat (limited to 'recipes/vlc/x264_0.0.bb')
-rw-r--r-- | recipes/vlc/x264_0.0.bb | 20 |
1 files changed, 0 insertions, 20 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 -} - - - - |