This adds a generic video functions library

Original commit message from CVS:
This adds a generic video functions library
This commit is contained in:
Ronald S. Bultje 2002-09-26 12:20:12 +00:00
parent ef399ccaf4
commit 7ebeea2834
3 changed files with 6 additions and 1 deletions

View file

@ -1040,6 +1040,7 @@ gst-libs/gst/gconf/Makefile
gst-libs/gst/idct/Makefile
gst-libs/gst/resample/Makefile
gst-libs/gst/riff/Makefile
gst-libs/gst/video/Makefile
examples/dynparams/Makefile
examples/capsfilter/Makefile
examples/seeking/Makefile

View file

@ -97,6 +97,7 @@ unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
%{_libdir}/gst/libgstidct.so
%{_libdir}/gst/libgstresample.so
%{_libdir}/gst/libgstriff.so
%{_libdir}/gst/libgstvideo.so
%package -n gstreamer-plugins-devel
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/resample/resample.h
%{_includedir}/gst-plugins-%{version}/gst/riff/riff.h
%{_includedir}/gst-plugins-%{version}/gst/video/video.h
%{_libdir}/pkgconfig/gstreamer-libs.pc
# Here are all the packages depending on external libs #

View file

@ -2,5 +2,7 @@ Name: GStreamer Uninstalled Media-Specific Libraries
Description: Streaming-media framework media-specific libraries, not installed
Version: @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