[gstreamer1.0] Remove *.bbappend and update.
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-multimedia / gstreamer1.0 / gstreamer1.0-plugins-ugly.inc
index 3d6d171..6b9629e 100644 (file)
@@ -3,15 +3,18 @@ require gstreamer1.0-plugins.inc
 LICENSE = "GPLv2+ & LGPLv2.1+ & LGPLv2+"
 LICENSE_FLAGS = "commercial"
 
-DEPENDS += "gstreamer1.0-plugins-base libid3tag"
+DEPENDS += "gstreamer1.0-plugins-base libid3tag libmad"
 
 inherit gettext
 
 
 PACKAGECONFIG ?= " \
     orc a52dec lame mad mpeg2dec \
+    cdio dvdread amrnb amrwb mad \
     "
 
+PACKAGECONFIG[amrnb]    = "--enable-amrnb,--disable-amrnb,opencore-amr"
+PACKAGECONFIG[amrwb]    = "--enable-amrwb,--disable-amrwb,opencore-amr"
 PACKAGECONFIG[a52dec]   = "--enable-a52dec,--disable-a52dec,liba52"
 PACKAGECONFIG[cdio]     = "--enable-cdio,--disable-cdio,libcdio"
 PACKAGECONFIG[dvdread]  = "--enable-dvdread,--disable-dvdread,libdvdread"
@@ -22,8 +25,6 @@ PACKAGECONFIG[x264]     = "--enable-x264,--disable-x264,x264"
 
 
 EXTRA_OECONF += " \
-    --disable-amrnb \
-    --disable-amrwb \
     --disable-sidplay \
     --disable-twolame \
     ${GSTREAMER_1_0_ORC} \