new libgstplay location now builds
authorSteve Baker <steve@stevebaker.org>
Sun, 27 Oct 2002 21:03:12 +0000 (21:03 +0000)
committerSteve Baker <steve@stevebaker.org>
Sun, 27 Oct 2002 21:03:12 +0000 (21:03 +0000)
Original commit message from CVS:
new libgstplay location now builds

configure.ac
gst-plugins.spec.in
gstreamer-libs-uninstalled.pc.in

index 20111f5..aab4f77 100644 (file)
@@ -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
index 4dc5b61..e942f9a 100644 (file)
@@ -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
index 8a2c6c9..ef0669e 100644 (file)
@@ -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