diff options
author | Christian Schaller <uraeus@gnome.org> | 2005-08-24 11:42:58 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2005-08-24 11:42:58 +0000 |
commit | d5a4a6b887d7868c29e6d85c6d476dfab2a161ba (patch) | |
tree | 8dc4f8f250df04093ff7c095df33cc7d09c17532 | |
parent | 7d85838ea736e56a183ad00cecf5573f1763eda6 (diff) | |
download | gst-plugins-bad-d5a4a6b887d7868c29e6d85c6d476dfab2a161ba.tar.gz gst-plugins-bad-d5a4a6b887d7868c29e6d85c6d476dfab2a161ba.tar.bz2 gst-plugins-bad-d5a4a6b887d7868c29e6d85c6d476dfab2a161ba.zip |
fix speex entry
Original commit message from CVS:
fix speex entry
-rw-r--r-- | gst-plugins.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-plugins.spec.in b/gst-plugins.spec.in index 03852e03..82224958 100644 --- a/gst-plugins.spec.in +++ b/gst-plugins.spec.in @@ -71,7 +71,7 @@ BuildRequires: XFree86-devel # @USE_SDL_TRUE@#only it doesn't seem to do that currently # @USE_SDL_TRUE@BuildRequires: XFree86-devel @USE_SPEEX_TRUE@Requires: speex -@USE_SPEEX_TRUE@BuildRequires: libspeex-devel +@USE_SPEEX_TRUE@BuildRequires: speex-devel # @USE_SMOOTHWAVE_TRUE@Requires: gtk2 # @USE_SMOOTHWAVE_TRUE@BuildRequires: gtk2-devel # @USE_VORBIS_TRUE@Requires: libogg >= 1.0 |