diff options
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.4.1.bb | 3 | ||||
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.4.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.4.1.bb index 8bba8312bc..f962ff0608 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.4.1.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.4.1.bb | |||
@@ -18,7 +18,8 @@ SRC_URI[sha256sum] = "fc125521187fa84f3210269a0eecc51f8a856802f1ca4bb251f118dab9 | |||
18 | LIBAV_EXTRA_CONFIGURE_COMMON_ARG = "--target-os=linux \ | 18 | LIBAV_EXTRA_CONFIGURE_COMMON_ARG = "--target-os=linux \ |
19 | --cc='${CC}' --as='${CC}' --ld='${CC}' --nm='${NM}' --ar='${AR}' \ | 19 | --cc='${CC}' --as='${CC}' --ld='${CC}' --nm='${NM}' --ar='${AR}' \ |
20 | --ranlib='${RANLIB}' \ | 20 | --ranlib='${RANLIB}' \ |
21 | ${GSTREAMER_1_0_DEBUG}" | 21 | ${GSTREAMER_1_0_DEBUG} \ |
22 | --cross-prefix='${HOST_PREFIX}'" | ||
22 | 23 | ||
23 | S = "${WORKDIR}/gst-libav-${PV}" | 24 | S = "${WORKDIR}/gst-libav-${PV}" |
24 | 25 | ||
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb index 5ce28ccbe7..aa2de69b55 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb | |||
@@ -18,7 +18,8 @@ SRCREV = "127202d6f65584891dabf92be031f0d170b0e7f1" | |||
18 | 18 | ||
19 | LIBAV_EXTRA_CONFIGURE_COMMON_ARG = "--target-os=linux \ | 19 | LIBAV_EXTRA_CONFIGURE_COMMON_ARG = "--target-os=linux \ |
20 | --cc='${CC}' --as='${CC}' --ld='${CC}' --nm='${NM}' --ar='${AR}' \ | 20 | --cc='${CC}' --as='${CC}' --ld='${CC}' --nm='${NM}' --ar='${AR}' \ |
21 | ${GSTREAMER_1_0_DEBUG}" | 21 | ${GSTREAMER_1_0_DEBUG} \ |
22 | --cross-prefix='${HOST_PREFIX}'" | ||
22 | 23 | ||
23 | do_configure() { | 24 | do_configure() { |
24 | ./autogen.sh --noconfigure | 25 | ./autogen.sh --noconfigure |