This adds a generic video functions library
Original commit message from CVS: This adds a generic video functions library
This commit is contained in:
parent
ef399ccaf4
commit
7ebeea2834
@ -1040,6 +1040,7 @@ gst-libs/gst/gconf/Makefile
|
|||||||
gst-libs/gst/idct/Makefile
|
gst-libs/gst/idct/Makefile
|
||||||
gst-libs/gst/resample/Makefile
|
gst-libs/gst/resample/Makefile
|
||||||
gst-libs/gst/riff/Makefile
|
gst-libs/gst/riff/Makefile
|
||||||
|
gst-libs/gst/video/Makefile
|
||||||
examples/dynparams/Makefile
|
examples/dynparams/Makefile
|
||||||
examples/capsfilter/Makefile
|
examples/capsfilter/Makefile
|
||||||
examples/seeking/Makefile
|
examples/seeking/Makefile
|
||||||
|
@ -97,6 +97,7 @@ unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
|
|||||||
%{_libdir}/gst/libgstidct.so
|
%{_libdir}/gst/libgstidct.so
|
||||||
%{_libdir}/gst/libgstresample.so
|
%{_libdir}/gst/libgstresample.so
|
||||||
%{_libdir}/gst/libgstriff.so
|
%{_libdir}/gst/libgstriff.so
|
||||||
|
%{_libdir}/gst/libgstvideo.so
|
||||||
|
|
||||||
%package -n gstreamer-plugins-devel
|
%package -n gstreamer-plugins-devel
|
||||||
Summary: GStreamer Plugin Library Headers.
|
Summary: GStreamer Plugin Library Headers.
|
||||||
@ -114,6 +115,7 @@ GStreamer support libraries header files.
|
|||||||
%{_includedir}/gst-plugins-%{version}/gst/idct/idct.h
|
%{_includedir}/gst-plugins-%{version}/gst/idct/idct.h
|
||||||
%{_includedir}/gst-plugins-%{version}/gst/resample/resample.h
|
%{_includedir}/gst-plugins-%{version}/gst/resample/resample.h
|
||||||
%{_includedir}/gst-plugins-%{version}/gst/riff/riff.h
|
%{_includedir}/gst-plugins-%{version}/gst/riff/riff.h
|
||||||
|
%{_includedir}/gst-plugins-%{version}/gst/video/video.h
|
||||||
%{_libdir}/pkgconfig/gstreamer-libs.pc
|
%{_libdir}/pkgconfig/gstreamer-libs.pc
|
||||||
|
|
||||||
# Here are all the packages depending on external libs #
|
# Here are all the packages depending on external libs #
|
||||||
|
@ -2,5 +2,7 @@ Name: GStreamer Uninstalled Media-Specific Libraries
|
|||||||
Description: Streaming-media framework media-specific libraries, not installed
|
Description: Streaming-media framework media-specific libraries, not installed
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Requires: gstreamer = @VERSION@
|
Requires: gstreamer = @VERSION@
|
||||||
Libs: -L${pcfiledir}/gst-libs/gst/gconf
|
Libs: -L${pcfiledir}/gst-libs/gst/gconf \
|
||||||
|
-L${pcfiledir}/gst-libs/gst/audio \
|
||||||
|
-L${pcfiledir}/gst-libs/gst/video
|
||||||
Cflags: -I${pcfiledir}/gst-libs
|
Cflags: -I${pcfiledir}/gst-libs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user