mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-26 22:35:07 +00:00
libav 0.6.5: reenable libavfilter
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
89d1cfe0db
commit
d882255baa
@ -11,7 +11,7 @@ ARM_INSTRUCTION_SET = "arm"
|
|||||||
# faac faad2 lame schroedinger libgsm
|
# faac faad2 lame schroedinger libgsm
|
||||||
DEPENDS = "virtual/libsdl zlib libogg libvorbis libvpx libtheora ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'liba52', d)}"
|
DEPENDS = "virtual/libsdl zlib libogg libvorbis libvpx libtheora ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'liba52', d)}"
|
||||||
|
|
||||||
INC_PR = "r3"
|
INC_PR = "r4"
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
@ -34,6 +34,8 @@ EXTRA_OECONF = " \
|
|||||||
--disable-stripping \
|
--disable-stripping \
|
||||||
--enable-gpl \
|
--enable-gpl \
|
||||||
--enable-postproc \
|
--enable-postproc \
|
||||||
|
--enable-avfilter \
|
||||||
|
--enable-avfilter-lavf \
|
||||||
\
|
\
|
||||||
--cross-prefix=${TARGET_PREFIX} \
|
--cross-prefix=${TARGET_PREFIX} \
|
||||||
--prefix=${prefix} \
|
--prefix=${prefix} \
|
||||||
@ -66,6 +68,10 @@ do_configure() {
|
|||||||
sed -i -e s:Os:O4:g ${B}/config.h
|
sed -i -e s:Os:O4:g ${B}/config.h
|
||||||
}
|
}
|
||||||
|
|
||||||
|
do_install_append() {
|
||||||
|
install -m 0644 ${S}/libavfilter/*.h ${D}${includedir}/libavfilter/
|
||||||
|
}
|
||||||
|
|
||||||
FFMPEG_LIBS = "libavcodec libavdevice libavformat \
|
FFMPEG_LIBS = "libavcodec libavdevice libavformat \
|
||||||
libavutil libpostproc libswscale libavfilter"
|
libavutil libpostproc libswscale libavfilter"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user