projects
/
platform
/
upstream
/
gstreamer.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Updates to make it compile against gtk1.2 again. mostly marshal stuff.
[platform/upstream/gstreamer.git]
/
gstreamer.pc.in
1
prefix=@prefix@
2
exec_prefix=@exec_prefix@
3
libdir=@libdir@
4
includedir=@includedir@
5
6
Name: GStreamer
7
Description: Streaming-media framework
8
Requires: glib >= 1.2.0, gtk+ >= 1.2.0, libxml >= 1.8.1
9
Version: @VERSION@
10
Libs: -L${libdir} -lgst
11
Cflags: -I${includedir} @GST_DEFINE_CFLAGS@