diff options
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc | 3 | ||||
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.2.2.bb (renamed from meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.2.0.bb) | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc index 2b7123bddf..784ddc3b78 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc | |||
@@ -7,9 +7,6 @@ DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base zlib bzip2" | |||
7 | 7 | ||
8 | inherit autotools pkgconfig | 8 | inherit autotools pkgconfig |
9 | 9 | ||
10 | PR = "r1" | ||
11 | |||
12 | |||
13 | # CAUTION: Using the system libav is not recommended. Since the libav API is changing all the time, | 10 | # CAUTION: Using the system libav is not recommended. Since the libav API is changing all the time, |
14 | # compilation errors (and other, more subtle bugs) can happen. It is usually better to rely on the | 11 | # compilation errors (and other, more subtle bugs) can happen. It is usually better to rely on the |
15 | # libav copy included in the gst-libav package. | 12 | # libav copy included in the gst-libav package. |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.2.0.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.2.2.bb index 66fe83bdb7..803bcf2f6e 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.2.0.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.2.2.bb | |||
@@ -13,8 +13,8 @@ SRC_URI = " \ | |||
13 | http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-${PV}.tar.xz \ | 13 | http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-${PV}.tar.xz \ |
14 | file://0001-Disable-yasm-for-libav-when-disable-yasm.patch \ | 14 | file://0001-Disable-yasm-for-libav-when-disable-yasm.patch \ |
15 | " | 15 | " |
16 | SRC_URI[md5sum] = "382bc5a99d22a4fbf8e971c42bb72c01" | 16 | SRC_URI[md5sum] = "86540dee14d31daf976eb2713f2294f3" |
17 | SRC_URI[sha256sum] = "48721eb318ffffdd134edea754d0b65d76b08c8209a8d2c8a42bca1f799f9099" | 17 | SRC_URI[sha256sum] = "585eb7971006100ad771a852e07bd2f3e23bcc6eb0b1253a40b5a0e40e4e7418" |
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}' \ |