mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 23:58:17 +00:00
added pkg-config file
Original commit message from CVS: added pkg-config file
This commit is contained in:
parent
7a34155777
commit
2e56cca65e
1 changed files with 11 additions and 0 deletions
11
gstreamer.pc.in
Normal file
11
gstreamer.pc.in
Normal file
|
@ -0,0 +1,11 @@
|
|||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: GStreamer
|
||||
Description: Streamer-media framework
|
||||
Requires:
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -lgst
|
||||
Cflags:
|
Loading…
Reference in a new issue