diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2003-04-07 21:34:30 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2003-04-07 21:34:30 +0000 |
commit | 13cf1785d813f23c5cfae18a98568058ed94dfa7 (patch) | |
tree | 3df886e601eda5ee680356516fac565713c96723 /gstreamer-libs.pc.in | |
parent | f2f86939c3dd8382217ba14f7342a9a15da11ef6 (diff) | |
download | gst-plugins-bad-13cf1785d813f23c5cfae18a98568058ed94dfa7.tar.gz gst-plugins-bad-13cf1785d813f23c5cfae18a98568058ed94dfa7.tar.bz2 gst-plugins-bad-13cf1785d813f23c5cfae18a98568058ed94dfa7.zip |
Port some changes from 0.6.0/0.6.1 back to HEAD (.pc files moved to pkg-config/, .m4 file moved from plugins to core)
Original commit message from CVS:
Port some changes from 0.6.0/0.6.1 back to HEAD (.pc files moved to pkg-config/, .m4 file moved from plugins to core)
Diffstat (limited to 'gstreamer-libs.pc.in')
-rw-r--r-- | gstreamer-libs.pc.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gstreamer-libs.pc.in b/gstreamer-libs.pc.in deleted file mode 100644 index e4eb1597..00000000 --- a/gstreamer-libs.pc.in +++ /dev/null @@ -1,11 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@/gstreamer-@GST_MAJORMINOR@ - -Name: GStreamer Media-Specific Libraries -Description: Streaming-media framework, media-specific libraries -Requires: gstreamer-@GST_MAJORMINOR@ -Version: @VERSION@ -Libs: -Cflags: -I${includedir} |