mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
pkg-config files for libs in the plugin directory -- only necessary if building against uninstalled gstreamer i think...
Original commit message from CVS: pkg-config files for libs in the plugin directory -- only necessary if building against uninstalled gstreamer i think...
This commit is contained in:
parent
bcd31aad8e
commit
b7041d994b
2 changed files with 18 additions and 0 deletions
7
gstreamer-libs-uninstalled.pc.in
Normal file
7
gstreamer-libs-uninstalled.pc.in
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
Name: GStreamer Uninstalled Media-Specific Libraries
|
||||||
|
Description: Streaming-media framework media-specific libraries, not installed
|
||||||
|
Version: @VERSION@
|
||||||
|
Requires: gstreamer = @VERSION@
|
||||||
|
Libs:
|
||||||
|
Cflags: -I${pcfiledir}/gst-libs
|
||||||
|
|
11
gstreamer-libs.pc.in
Normal file
11
gstreamer-libs.pc.in
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
prefix=@prefix@
|
||||||
|
exec_prefix=@exec_prefix@
|
||||||
|
libdir=@libdir@
|
||||||
|
includedir=@includedir@
|
||||||
|
|
||||||
|
Name: GStreamer Media-Specific Libraries
|
||||||
|
Description: Streaming-media framework, media-specific libraries
|
||||||
|
Requires: gstreamer = @VERSION@
|
||||||
|
Version: @VERSION@
|
||||||
|
Libs:
|
||||||
|
Cflags: -I${includedir}
|
Loading…
Reference in a new issue