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-play-uninstalled.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-play-uninstalled.pc.in')
-rw-r--r-- | gstreamer-play-uninstalled.pc.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gstreamer-play-uninstalled.pc.in b/gstreamer-play-uninstalled.pc.in deleted file mode 100644 index 9c87f886..00000000 --- a/gstreamer-play-uninstalled.pc.in +++ /dev/null @@ -1,13 +0,0 @@ -# the standard variables don't make sense for an uninstalled copy -prefix= -exec_prefix= -libdir=${pcfiledir} -includedir=${pcfiledir} - -Name: GStreamer Play Library, uninstalled -Description: Streaming-media framework, play libraries, not installed -Requires: gstreamer >= @VERSION@ -Version: @VERSION@ - -Libs: ${pcfiledir}/gst-libs/gst/play/libgstplay-@GST_MAJORMINOR@.la -lgstcontrol-@GST_MAJORMINOR@ -Cflags: -I${pcfiledir}/libs |