merge of '07a342693675fe2b1daacf0eb62302579d9fade3'
[org.openembedded.dev.git] / packages / ffmpeg / ffmpeg.inc
blobaab2c62fa9c9b42d9d63ae436580ef602de39183
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"
4 SECTION = "libs"
5 PRIORITY = "optional"
6 LICENSE = "LGPL"
8 DEPENDS = "zlib libogg libvorbis faac faad2 liba52 lame"
9 RSUGGESTS = "mplayer"
11 inherit autotools pkgconfig
13 LEAD_SONAME = "libavcodec.so"
15 EXTRA_OECONF = "\
16         \
17         --enable-pp \
18         --enable-shared \
19         --enable-pthreads \
20         --enable-gpl \
21         \
22         --cross-prefix=${TARGET_PREFIX} \
23         --disable-debug \
24         --disable-ffserver \
25         --disable-ffplay \
26         \
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"