diff options
Diffstat (limited to 'meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-ugly_0.10.19.bb')
-rw-r--r-- | meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-ugly_0.10.19.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-ugly_0.10.19.bb b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-ugly_0.10.19.bb index 11f20cad8..a8cb85275 100644 --- a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-ugly_0.10.19.bb +++ b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-ugly_0.10.19.bb | |||
@@ -19,6 +19,8 @@ PACKAGECONFIG ??= "" | |||
19 | PACKAGECONFIG[x264] = "--enable-x264,--disable-x264,x264" | 19 | PACKAGECONFIG[x264] = "--enable-x264,--disable-x264,x264" |
20 | PACKAGECONFIG[cdio] = "--enable-cdio,--disable-cdio,libcdio" | 20 | PACKAGECONFIG[cdio] = "--enable-cdio,--disable-cdio,libcdio" |
21 | PACKAGECONFIG[dvdread] = "--enable-dvdread,--disable-dvdread,libdvdread" | 21 | PACKAGECONFIG[dvdread] = "--enable-dvdread,--disable-dvdread,libdvdread" |
22 | PACKAGECONFIG[amrnb] = "--enable-amrnb,--disable-amrnb,opencore-amr" | ||
23 | PACKAGECONFIG[amrwb] = "--enable-amrwb,--disable-amrwb,opencore-amr" | ||
22 | 24 | ||
23 | do_configure_prepend() { | 25 | do_configure_prepend() { |
24 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 | 26 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 |
@@ -27,4 +29,7 @@ do_configure_prepend() { | |||
27 | 29 | ||
28 | SRC_URI[md5sum] = "1d81c593e22a6cdf0f2b4f57eae93df2" | 30 | SRC_URI[md5sum] = "1d81c593e22a6cdf0f2b4f57eae93df2" |
29 | SRC_URI[sha256sum] = "1ca90059275c0f5dca71d4d1601a8f429b7852baed0723e820703b977e2c8df0" | 31 | SRC_URI[sha256sum] = "1ca90059275c0f5dca71d4d1601a8f429b7852baed0723e820703b977e2c8df0" |
30 | SRC_URI += "file://0001-cdio-compensate-for-libcdio-s-recent-cd-text-api-cha.patch" | 32 | SRC_URI += "file://0001-cdio-compensate-for-libcdio-s-recent-cd-text-api-cha.patch \ |
33 | file://0002-Fix-opencore-include-paths.patch" | ||
34 | |||
35 | FILES_${PN}-amrnb += "${datadir}/gstreamer-0.10/presets/GstAmrnbEnc.prs" | ||