new libgstplay location now builds

Original commit message from CVS:
new libgstplay location now builds
This commit is contained in:
Steve Baker 2002-10-27 21:03:12 +00:00
parent f770157138
commit 810937c7d4
3 changed files with 4 additions and 1 deletions

View 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

View 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

View 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