repo.or.cz
/
sparrow.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
testing finding median, and Makefile tidying
[sparrow.git]
/
sparrowconfig.h
blob
bb279b16cc0e30c7f3010a33a0c013738f4b2190
1
/* gst bits */
2
#define GST_LICENSE
"LGPL"
3
#define GST_PACKAGE_NAME
"GStreamer sparrow plugin"
4
#define GST_PACKAGE_ORIGIN
"http://halo.gen.nz/"
5
6
#ifndef VERSION
7
#define VERSION
"1"
8
#endif
9
10
#ifndef PACKAGE
11
#define PACKAGE
"sparrow"
12
#endif
13
14