diff options
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc index eb49e2220e..869022a2d2 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc | |||
@@ -7,26 +7,24 @@ DEPENDS += "gstreamer1.0-plugins-base libid3tag" | |||
7 | 7 | ||
8 | inherit gettext | 8 | inherit gettext |
9 | 9 | ||
10 | |||
11 | PACKAGECONFIG ??= " \ | 10 | PACKAGECONFIG ??= " \ |
12 | orc a52dec lame mad mpeg2dec \ | 11 | a52dec lame mad mpeg2dec orc \ |
13 | " | 12 | " |
14 | 13 | ||
15 | PACKAGECONFIG[a52dec] = "--enable-a52dec,--disable-a52dec,liba52" | 14 | PACKAGECONFIG[a52dec] = "--enable-a52dec,--disable-a52dec,liba52" |
15 | PACKAGECONFIG[amrnb] = "--enable-amrnb,--disable-amrnb,opencore-amr" | ||
16 | PACKAGECONFIG[amrwb] = "--enable-amrwb,--disable-amrwb,opencore-amr" | ||
16 | PACKAGECONFIG[cdio] = "--enable-cdio,--disable-cdio,libcdio" | 17 | PACKAGECONFIG[cdio] = "--enable-cdio,--disable-cdio,libcdio" |
17 | PACKAGECONFIG[dvdread] = "--enable-dvdread,--disable-dvdread,libdvdread" | 18 | PACKAGECONFIG[dvdread] = "--enable-dvdread,--disable-dvdread,libdvdread" |
18 | PACKAGECONFIG[lame] = "--enable-lame,--disable-lame,lame" | 19 | PACKAGECONFIG[lame] = "--enable-lame,--disable-lame,lame" |
19 | PACKAGECONFIG[mad] = "--enable-mad,--disable-mad,libmad" | 20 | PACKAGECONFIG[mad] = "--enable-mad,--disable-mad,libmad" |
20 | PACKAGECONFIG[mpeg2dec] = "--enable-mpeg2dec,--disable-mpeg2dec,mpeg2dec" | 21 | PACKAGECONFIG[mpeg2dec] = "--enable-mpeg2dec,--disable-mpeg2dec,mpeg2dec" |
21 | PACKAGECONFIG[x264] = "--enable-x264,--disable-x264,x264" | 22 | PACKAGECONFIG[x264] = "--enable-x264,--disable-x264,x264" |
22 | PACKAGECONFIG[amrnb] = "--enable-amrnb,--disable-amrnb,opencore-amr" | ||
23 | PACKAGECONFIG[amrwb] = "--enable-amrwb,--disable-amrwb,opencore-amr" | ||
24 | |||
25 | 23 | ||
26 | EXTRA_OECONF += " \ | 24 | EXTRA_OECONF += " \ |
27 | --disable-sidplay \ | 25 | --disable-sidplay \ |
28 | --disable-twolame \ | 26 | --disable-twolame \ |
29 | " | 27 | " |
30 | 28 | ||
31 | FILES_${PN}-x264 += "${datadir}/gstreamer-1.0/presets/GstX264Enc.prs" | ||
32 | FILES_${PN}-amrnb += "${datadir}/gstreamer-1.0/presets/GstAmrnbEnc.prs" | 29 | FILES_${PN}-amrnb += "${datadir}/gstreamer-1.0/presets/GstAmrnbEnc.prs" |
30 | FILES_${PN}-x264 += "${datadir}/gstreamer-1.0/presets/GstX264Enc.prs" | ||