diff options
author | Phil Blundell <philb@gnu.org> | 2004-07-27 22:30:19 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-07-27 22:30:19 +0000 |
commit | d73f924c8cd71e5ab38467d5ed7abece37fef5fe (patch) | |
tree | 9244e440c3f26431e04861498c439e7b2102df24 /gstreamer | |
parent | 26cfa84b8e7c2754262bdcee649687d8fc2e31c1 (diff) |
remove --disable-esd flag
BKrev: 4106d77bLrmWaolqssaC1MV5yHUO5w
Diffstat (limited to 'gstreamer')
-rw-r--r-- | gstreamer/gst-plugins_0.8.1.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gstreamer/gst-plugins_0.8.1.oe b/gstreamer/gst-plugins_0.8.1.oe index 853a802602..2f742e6601 100644 --- a/gstreamer/gst-plugins_0.8.1.oe +++ b/gstreamer/gst-plugins_0.8.1.oe @@ -9,7 +9,7 @@ DEPENDS = "gstreamer zlib libmikmod libmad libogg tremor libvorbis libid3tag gno SRC_URI = "http://gstreamer.freedesktop.org/src/gst-plugins/gst-plugins-${PV}.tar.bz2 \ file://ivorbis.patch;patch=1" -EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking --disable-esd --disable-aalib --disable-arts --disable-artsc --disable-libfame --disable-sdl" +EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking --disable-aalib --disable-arts --disable-artsc --disable-libfame --disable-sdl" inherit autotools pkgconfig |