diff options
3 files changed, 7 insertions, 12 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc index c90af66c3f..598a349e02 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc | |||
| @@ -22,6 +22,13 @@ PACKAGECONFIG[yasm] = "--enable-yasm,--disable-yasm,yasm-native" | |||
| 22 | GSTREAMER_1_0_DEBUG ?= "--disable-debug" | 22 | GSTREAMER_1_0_DEBUG ?= "--disable-debug" |
| 23 | 23 | ||
| 24 | LIBAV_EXTRA_CONFIGURE = "--with-libav-extra-configure" | 24 | LIBAV_EXTRA_CONFIGURE = "--with-libav-extra-configure" |
| 25 | |||
| 26 | LIBAV_EXTRA_CONFIGURE_COMMON_ARG = "--target-os=linux \ | ||
| 27 | --cc='${CC}' --as='${CC}' --ld='${CC}' --nm='${NM}' --ar='${AR}' \ | ||
| 28 | --ranlib='${RANLIB}' \ | ||
| 29 | ${GSTREAMER_1_0_DEBUG} \ | ||
| 30 | --cross-prefix='${HOST_PREFIX}'" | ||
| 31 | |||
| 25 | LIBAV_EXTRA_CONFIGURE_COMMON = \ | 32 | LIBAV_EXTRA_CONFIGURE_COMMON = \ |
| 26 | '${LIBAV_EXTRA_CONFIGURE}="${LIBAV_EXTRA_CONFIGURE_COMMON_ARG}"' | 33 | '${LIBAV_EXTRA_CONFIGURE}="${LIBAV_EXTRA_CONFIGURE_COMMON_ARG}"' |
| 27 | 34 | ||
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.6.3.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.6.3.bb index ba7ac7f3a7..687230a8f4 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.6.3.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.6.3.bb | |||
| @@ -18,9 +18,3 @@ SRC_URI[md5sum] = "cfe9a06913d4fd4067e9e47f6e05fac2" | |||
| 18 | SRC_URI[sha256sum] = "857b9c060a0337de38c6d26238c47352433c02eabf26c2f860c854dbc35bd4ab" | 18 | SRC_URI[sha256sum] = "857b9c060a0337de38c6d26238c47352433c02eabf26c2f860c854dbc35bd4ab" |
| 19 | 19 | ||
| 20 | S = "${WORKDIR}/gst-libav-${PV}" | 20 | S = "${WORKDIR}/gst-libav-${PV}" |
| 21 | |||
| 22 | LIBAV_EXTRA_CONFIGURE_COMMON_ARG = "--target-os=linux \ | ||
| 23 | --cc='${CC}' --as='${CC}' --ld='${CC}' --nm='${NM}' --ar='${AR}' \ | ||
| 24 | --ranlib='${RANLIB}' \ | ||
| 25 | ${GSTREAMER_1_0_DEBUG} \ | ||
| 26 | --cross-prefix='${HOST_PREFIX}'" | ||
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb index 428d40123d..ebc8a5ef2e 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb | |||
| @@ -33,12 +33,6 @@ SRCREV_FORMAT = "base" | |||
| 33 | 33 | ||
| 34 | S = "${WORKDIR}/git" | 34 | S = "${WORKDIR}/git" |
| 35 | 35 | ||
| 36 | LIBAV_EXTRA_CONFIGURE_COMMON_ARG = "--target-os=linux \ | ||
| 37 | --cc='${CC}' --as='${CC}' --ld='${CC}' --nm='${NM}' --ar='${AR}' \ | ||
| 38 | --ranlib='${RANLIB}' \ | ||
| 39 | ${GSTREAMER_1_0_DEBUG} \ | ||
| 40 | --cross-prefix='${HOST_PREFIX}'" | ||
| 41 | |||
| 42 | do_configure_prepend() { | 36 | do_configure_prepend() { |
| 43 | ${S}/autogen.sh --noconfigure | 37 | ${S}/autogen.sh --noconfigure |
| 44 | } | 38 | } |
