diff options
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.19.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.19.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.19.bb index 9fd71fcd64..2fdf03f348 100644 --- a/meta/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.19.bb +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.19.bb | |||
@@ -15,6 +15,11 @@ inherit gettext | |||
15 | EXTRA_OECONF += "--with-plugins=a52dec,lame,id3tag,mad,mpeg2dec,mpegstream,mpegaudioparse,asfdemux,realmedia \ | 15 | EXTRA_OECONF += "--with-plugins=a52dec,lame,id3tag,mad,mpeg2dec,mpegstream,mpegaudioparse,asfdemux,realmedia \ |
16 | --disable-orc" | 16 | --disable-orc" |
17 | 17 | ||
18 | PACKAGECONFIG ??= "" | ||
19 | PACKAGECONFIG[x264] = "--enable-x264,--disable-x264,x264" | ||
20 | PACKAGECONFIG[cdio] = "--enable-cdio,--disable-cdio,libcdio" | ||
21 | PACKAGECONFIG[dvdread] = "--enable-dvdread,--disable-dvdread,libdvdread" | ||
22 | |||
18 | do_configure_prepend() { | 23 | do_configure_prepend() { |
19 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 | 24 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 |
20 | rm ${S}/m4/lib-link.m4 || true | 25 | rm ${S}/m4/lib-link.m4 || true |