1 DESCRIPTION = "FFmpeg is a complete solution to record, convert and stream audio and video"
2 HOMEPAGE = "http://ffmpeg.mplayerhq.hu/"
3 AUTHOR = "Fabrice Bellard ffmpeg-devel@mplayerhq.hu"
8 DEPENDS = "zlib libogg libvorbis faac faad2 liba52 lame"
11 inherit autotools pkgconfig
13 LEAD_SONAME = "libavcodec.so"
22 --cross-prefix=${TARGET_PREFIX} \
29 PACKAGES += "${PN}-vhook-dbg ${PN}-vhook"
31 FILES_${PN} = "${bindir}"
32 FILES_${PN}-dev = "${includedir}/${PN}"
34 FILES_${PN}-vhook = "${libdir}/vhook"
35 FILES_${PN}-vhook-dbg += "${libdir}/vhook/.debug"