mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
new libgstplay location now builds
Original commit message from CVS: new libgstplay location now builds
This commit is contained in:
parent
e9a8cd2599
commit
3bb8047739
3 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue