diff options
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.1.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.1.bb | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.1.bb b/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.1.bb deleted file mode 100644 index 599492ff52..0000000000 --- a/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.1.bb +++ /dev/null | |||
@@ -1,35 +0,0 @@ | |||
1 | DESCRIPTION = "FFmpeg-based GStreamer plug-in" | ||
2 | SECTION = "multimedia" | ||
3 | PRIORITY = "optional" | ||
4 | LICENSE = "LGPLv2+ & GPLv2+" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | ||
6 | file://gst-libs/ext/ffmpeg/libavcodec/libpostproc/postprocess.h;beginline=1;endline=17;md5=a0c398349079dbd0ce70f03de8bc193a \ | ||
7 | file://gst-libs/ext/ffmpeg/ffserver.c;beginlin=1;endline=18;md5=49bde48d6d5c631f6f49d74ed491ea08" | ||
8 | HOMEPAGE = "http://www.gstreamer.net/" | ||
9 | DEPENDS = "gstreamer zlib gst-plugins-base" | ||
10 | PR = "r4" | ||
11 | |||
12 | inherit autotools pkgconfig | ||
13 | |||
14 | SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.bz2 \ | ||
15 | file://no_beos.patch;patch=1 \ | ||
16 | file://configure_fix.patch;patch=1" | ||
17 | |||
18 | FILES_${PN} += "${libdir}/gstreamer-0.10/*.so" | ||
19 | FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug" | ||
20 | FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*.la ${libdir}/gstreamer-0.10/*.a" | ||
21 | |||
22 | EXTRA_OECONF = "--disable-sdltest --disable-ffplay --disable-freetypetest \ | ||
23 | --disable-vorbis --disable-vorbistest --disable-encoders \ | ||
24 | --disable-v4l --disable-audio-oss --disable-dv1394 \ | ||
25 | --disable-vhook --disable-ffmpeg --disable-ffserver \ | ||
26 | --enable-pp --disable-decoder-vorbis --with-pic=no --disable-altivec" | ||
27 | |||
28 | # We do this because the install program is called with -s which causes it to | ||
29 | # call "strip" and it then mangles cross compiled stuff.. | ||
30 | PATH_prepend="${STAGING_DIR_NATIVE}${prefix_native}/${TARGET_SYS}/bin:" | ||
31 | |||
32 | # Hack to get STAGING_LIBDIR into the linker path when building ffmpeg | ||
33 | CC = "${CCACHE} ${HOST_PREFIX}gcc -L${STAGING_LIBDIR}" | ||
34 | |||
35 | acpaths = "-I ${S}/common/m4" | ||