summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Baker <steve@stevebaker.org>2002-10-27 21:03:12 +0000
committerSteve Baker <steve@stevebaker.org>2002-10-27 21:03:12 +0000
commit059927a2a7b7a1a9462cf35883b9bf01e3fc84bd (patch)
tree713bcf0f774e0166d930b0177662eb8bf537fe99
parentad565493fcf084bcf75810bdab7c02cfde041ac2 (diff)
downloadgstreamer-plugins-bad-059927a2a7b7a1a9462cf35883b9bf01e3fc84bd.tar.gz
new libgstplay location now builds
Original commit message from CVS: new libgstplay location now builds
-rw-r--r--configure.ac1
-rw-r--r--gst-plugins.spec.in1
-rw-r--r--gstreamer-libs-uninstalled.pc.in3
3 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 20111f5a7..aab4f773d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1042,6 +1042,7 @@ gst-libs/gst/audio/Makefile
gst-libs/gst/floatcast/Makefile
gst-libs/gst/gconf/Makefile
gst-libs/gst/idct/Makefile
+gst-libs/gst/play/Makefile
gst-libs/gst/resample/Makefile
gst-libs/gst/riff/Makefile
gst-libs/gst/video/Makefile
diff --git a/gst-plugins.spec.in b/gst-plugins.spec.in
index 4dc5b6123..e942f9a12 100644
--- a/gst-plugins.spec.in
+++ b/gst-plugins.spec.in
@@ -120,6 +120,7 @@ GStreamer support libraries header files.
%{_includedir}/gst-plugins-%{version}/gst/audio/audio.h
%{_includedir}/gst-plugins-%{version}/gst/floatcast/floatcast.h
%{_includedir}/gst-plugins-%{version}/gst/gconf/gconf.h
+%{_includedir}/gst-plugins-%{version}/gst/play/play.h
%{_includedir}/gst-plugins-%{version}/gst/idct/idct.h
%{_includedir}/gst-plugins-%{version}/gst/resample/resample.h
%{_includedir}/gst-plugins-%{version}/gst/riff/riff.h
diff --git a/gstreamer-libs-uninstalled.pc.in b/gstreamer-libs-uninstalled.pc.in
index 8a2c6c9f9..ef0669edc 100644
--- a/gstreamer-libs-uninstalled.pc.in
+++ b/gstreamer-libs-uninstalled.pc.in
@@ -4,5 +4,6 @@ Version: @VERSION@
Requires: gstreamer = @VERSION@
Libs: -L${pcfiledir}/gst-libs/gst/gconf \
-L${pcfiledir}/gst-libs/gst/audio \
- -L${pcfiledir}/gst-libs/gst/video
+ -L${pcfiledir}/gst-libs/gst/video \
+ -L${pcfiledir}/gst-libs/gst/play
Cflags: -I${pcfiledir}/gst-libs