From 7ebeea2834f9f283a2f3d89de4df66df49bdaa3b Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Thu, 26 Sep 2002 12:20:12 +0000 Subject: This adds a generic video functions library Original commit message from CVS: This adds a generic video functions library --- configure.ac | 1 + gst-plugins.spec.in | 2 ++ gstreamer-libs-uninstalled.pc.in | 4 +++- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index adfdcf35..84891395 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/gst-plugins.spec.in b/gst-plugins.spec.in index be33ed56..a0837ea4 100644 --- a/gst-plugins.spec.in +++ b/gst-plugins.spec.in @@ -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 # diff --git a/gstreamer-libs-uninstalled.pc.in b/gstreamer-libs-uninstalled.pc.in index f294eb2d..8a2c6c9f 100644 --- a/gstreamer-libs-uninstalled.pc.in +++ b/gstreamer-libs-uninstalled.pc.in @@ -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 -- cgit