Thu, 29 Aug 2013 22:59:30 -0700
Fix the FARSIGHT libs and cflags for the jabber prpl.
We never define FARSIGHT_LIBS or FARSIGHT_CFLAGS. We only ever define
FARSTREAM_LIBS and FARSTREAM_CFLAGS, even if they point to farsight.
I'm assuming this hasn't been a problem because:
1. The variables are allowed to be empty (it's not treated as an error)
2. libpurple and/or Pidgin link against farsight/farstream, so it's
apparently not necessary for the plugin to do it itself? Who knew.
|
7231
6af2d1e09b34
[gaim-migrate @ 7803]
Herman Bloggs <herman@bluedigits.com>
parents:
7170
diff
changeset
|
1 | EXTRA_DIST = \ |
|
24609
c119f12de848
Use libtool to build static archives when --with-static-prpls is passed
Mark Doliner <markdoliner@pidgin.im>
parents:
23626
diff
changeset
|
2 | Makefile.mingw \ |
|
c119f12de848
Use libtool to build static archives when --with-static-prpls is passed
Mark Doliner <markdoliner@pidgin.im>
parents:
23626
diff
changeset
|
3 | win32/posix.uname.c \ |
|
c119f12de848
Use libtool to build static archives when --with-static-prpls is passed
Mark Doliner <markdoliner@pidgin.im>
parents:
23626
diff
changeset
|
4 | win32/utsname.h |
| 2086 | 5 | |
|
16651
218fe51ae7b7
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16364
diff
changeset
|
6 | pkgdir = $(libdir)/purple-$(PURPLE_MAJOR_VERSION) |
| 2086 | 7 | |
|
28978
f0f65bad1d95
jabber: Alphabetize the sources in the Makefile
Paul Aurich <darkrain42@pidgin.im>
parents:
27849
diff
changeset
|
8 | JABBERSOURCES = \ |
|
f0f65bad1d95
jabber: Alphabetize the sources in the Makefile
Paul Aurich <darkrain42@pidgin.im>
parents:
27849
diff
changeset
|
9 | adhoccommands.c \ |
|
f0f65bad1d95
jabber: Alphabetize the sources in the Makefile
Paul Aurich <darkrain42@pidgin.im>
parents:
27849
diff
changeset
|
10 | adhoccommands.h \ |
|
f0f65bad1d95
jabber: Alphabetize the sources in the Makefile
Paul Aurich <darkrain42@pidgin.im>
parents:
27849
diff
changeset
|
11 | auth.c \ |
| 7014 | 12 | auth.h \ |
|
28855
c5bc85f9c00e
jabber: Factor the SASL auth methods into their own files.
Paul Aurich <darkrain42@pidgin.im>
parents:
27849
diff
changeset
|
13 | auth_digest_md5.c \ |
|
31394
dd9b4ed08d0a
jabber: Test harness for DIGEST-MD5 parsing function.
Paul Aurich <darkrain42@pidgin.im>
parents:
30775
diff
changeset
|
14 | auth_digest_md5.h \ |
|
28855
c5bc85f9c00e
jabber: Factor the SASL auth methods into their own files.
Paul Aurich <darkrain42@pidgin.im>
parents:
27849
diff
changeset
|
15 | auth_plain.c \ |
|
28862
8a37b7df0850
jabber: Add the Hi() function (PBKDF2).
Paul Aurich <darkrain42@pidgin.im>
parents:
28855
diff
changeset
|
16 | auth_scram.c \ |
|
8a37b7df0850
jabber: Add the Hi() function (PBKDF2).
Paul Aurich <darkrain42@pidgin.im>
parents:
28855
diff
changeset
|
17 | auth_scram.h \ |
| 7014 | 18 | buddy.c \ |
| 19 | buddy.h \ | |
|
23611
d811757e19b5
* adding bosh files to Makefile.am & .mingw
Tobias Markmann <tfar@soc.pidgin.im>
parents:
18720
diff
changeset
|
20 | bosh.c \ |
|
d811757e19b5
* adding bosh files to Makefile.am & .mingw
Tobias Markmann <tfar@soc.pidgin.im>
parents:
18720
diff
changeset
|
21 | bosh.h \ |
|
28978
f0f65bad1d95
jabber: Alphabetize the sources in the Makefile
Paul Aurich <darkrain42@pidgin.im>
parents:
27849
diff
changeset
|
22 | caps.c \ |
|
f0f65bad1d95
jabber: Alphabetize the sources in the Makefile
Paul Aurich <darkrain42@pidgin.im>
parents:
27849
diff
changeset
|
23 | caps.h \ |
| 7014 | 24 | chat.c \ |
| 25 | chat.h \ | |
|
23626
e21afec2f485
Custom smileys for XMPP according to XEP 0231. Refs #5627.
Marcus Lundblad <malu@pidgin.im>
parents:
18720
diff
changeset
|
26 | data.c \ |
|
e21afec2f485
Custom smileys for XMPP according to XEP 0231. Refs #5627.
Marcus Lundblad <malu@pidgin.im>
parents:
18720
diff
changeset
|
27 | data.h \ |
| 8312 | 28 | disco.c \ |
| 29 | disco.h \ | |
|
29913
58f5122fbcd3
First shot at refactoring the Google-specific XMPP code.
Marcus Lundblad <malu@pidgin.im>
parents:
29007
diff
changeset
|
30 | google/gmail.c \ |
|
58f5122fbcd3
First shot at refactoring the Google-specific XMPP code.
Marcus Lundblad <malu@pidgin.im>
parents:
29007
diff
changeset
|
31 | google/gmail.h \ |
|
58f5122fbcd3
First shot at refactoring the Google-specific XMPP code.
Marcus Lundblad <malu@pidgin.im>
parents:
29007
diff
changeset
|
32 | google/google.c \ |
|
58f5122fbcd3
First shot at refactoring the Google-specific XMPP code.
Marcus Lundblad <malu@pidgin.im>
parents:
29007
diff
changeset
|
33 | google/google.h \ |
|
33650
19eaf308a449
Initial support for Google's P2P transport.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
33489
diff
changeset
|
34 | google/google_p2p.c \ |
|
19eaf308a449
Initial support for Google's P2P transport.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
33489
diff
changeset
|
35 | google/google_p2p.h \ |
|
29913
58f5122fbcd3
First shot at refactoring the Google-specific XMPP code.
Marcus Lundblad <malu@pidgin.im>
parents:
29007
diff
changeset
|
36 | google/google_presence.c \ |
|
58f5122fbcd3
First shot at refactoring the Google-specific XMPP code.
Marcus Lundblad <malu@pidgin.im>
parents:
29007
diff
changeset
|
37 | google/google_presence.h \ |
|
58f5122fbcd3
First shot at refactoring the Google-specific XMPP code.
Marcus Lundblad <malu@pidgin.im>
parents:
29007
diff
changeset
|
38 | google/google_roster.c \ |
|
58f5122fbcd3
First shot at refactoring the Google-specific XMPP code.
Marcus Lundblad <malu@pidgin.im>
parents:
29007
diff
changeset
|
39 | google/google_roster.h \ |
|
58f5122fbcd3
First shot at refactoring the Google-specific XMPP code.
Marcus Lundblad <malu@pidgin.im>
parents:
29007
diff
changeset
|
40 | google/google_session.c \ |
|
58f5122fbcd3
First shot at refactoring the Google-specific XMPP code.
Marcus Lundblad <malu@pidgin.im>
parents:
29007
diff
changeset
|
41 | google/google_session.h \ |
|
58f5122fbcd3
First shot at refactoring the Google-specific XMPP code.
Marcus Lundblad <malu@pidgin.im>
parents:
29007
diff
changeset
|
42 | google/jingleinfo.c \ |
|
58f5122fbcd3
First shot at refactoring the Google-specific XMPP code.
Marcus Lundblad <malu@pidgin.im>
parents:
29007
diff
changeset
|
43 | google/jingleinfo.h \ |
|
30775
39d752af05d1
refactor out the relay credential fetching code to its own module
Marcus Lundblad <malu@pidgin.im>
parents:
30769
diff
changeset
|
44 | google/relay.c \ |
|
39d752af05d1
refactor out the relay credential fetching code to its own module
Marcus Lundblad <malu@pidgin.im>
parents:
30769
diff
changeset
|
45 | google/relay.h \ |
|
24372
830701cec96f
Implements file transfers using in-band bytestreams for XMPP
Marcus Lundblad <malu@pidgin.im>
parents:
18720
diff
changeset
|
46 | ibb.c \ |
|
830701cec96f
Implements file transfers using in-band bytestreams for XMPP
Marcus Lundblad <malu@pidgin.im>
parents:
18720
diff
changeset
|
47 | ibb.h \ |
| 7014 | 48 | iq.c \ |
| 49 | iq.h \ | |
| 50 | jabber.c \ | |
| 51 | jabber.h \ | |
|
26143
673b6665624d
Restructure Jingle code to more easily support multiple application types.
Michael Ruprecht <maiku@pidgin.im>
parents:
22648
diff
changeset
|
52 | jingle/jingle.c \ |
|
673b6665624d
Restructure Jingle code to more easily support multiple application types.
Michael Ruprecht <maiku@pidgin.im>
parents:
22648
diff
changeset
|
53 | jingle/jingle.h \ |
|
673b6665624d
Restructure Jingle code to more easily support multiple application types.
Michael Ruprecht <maiku@pidgin.im>
parents:
22648
diff
changeset
|
54 | jingle/content.c \ |
|
673b6665624d
Restructure Jingle code to more easily support multiple application types.
Michael Ruprecht <maiku@pidgin.im>
parents:
22648
diff
changeset
|
55 | jingle/content.h \ |
|
26166
ad7d09fef256
Added a Jingle ice-udp transmitter.
Michael Ruprecht <maiku@pidgin.im>
parents:
26144
diff
changeset
|
56 | jingle/iceudp.c \ |
|
ad7d09fef256
Added a Jingle ice-udp transmitter.
Michael Ruprecht <maiku@pidgin.im>
parents:
26144
diff
changeset
|
57 | jingle/iceudp.h \ |
|
26143
673b6665624d
Restructure Jingle code to more easily support multiple application types.
Michael Ruprecht <maiku@pidgin.im>
parents:
22648
diff
changeset
|
58 | jingle/rawudp.c \ |
|
673b6665624d
Restructure Jingle code to more easily support multiple application types.
Michael Ruprecht <maiku@pidgin.im>
parents:
22648
diff
changeset
|
59 | jingle/rawudp.h \ |
|
673b6665624d
Restructure Jingle code to more easily support multiple application types.
Michael Ruprecht <maiku@pidgin.im>
parents:
22648
diff
changeset
|
60 | jingle/rtp.c \ |
|
673b6665624d
Restructure Jingle code to more easily support multiple application types.
Michael Ruprecht <maiku@pidgin.im>
parents:
22648
diff
changeset
|
61 | jingle/rtp.h \ |
|
673b6665624d
Restructure Jingle code to more easily support multiple application types.
Michael Ruprecht <maiku@pidgin.im>
parents:
22648
diff
changeset
|
62 | jingle/session.c \ |
|
673b6665624d
Restructure Jingle code to more easily support multiple application types.
Michael Ruprecht <maiku@pidgin.im>
parents:
22648
diff
changeset
|
63 | jingle/session.h \ |
|
673b6665624d
Restructure Jingle code to more easily support multiple application types.
Michael Ruprecht <maiku@pidgin.im>
parents:
22648
diff
changeset
|
64 | jingle/transport.c \ |
|
673b6665624d
Restructure Jingle code to more easily support multiple application types.
Michael Ruprecht <maiku@pidgin.im>
parents:
22648
diff
changeset
|
65 | jingle/transport.h \ |
| 7014 | 66 | jutil.c \ |
| 67 | jutil.h \ | |
| 68 | message.c \ | |
| 69 | message.h \ | |
|
28980
4a0f7340b539
jabber: Add the missing file and fix up the Google session namespaces
Paul Aurich <darkrain42@pidgin.im>
parents:
28978
diff
changeset
|
70 | namespaces.h \ |
| 7170 | 71 | oob.c \ |
| 72 | oob.h \ | |
| 7014 | 73 | parser.c \ |
| 74 | parser.h \ | |
|
28978
f0f65bad1d95
jabber: Alphabetize the sources in the Makefile
Paul Aurich <darkrain42@pidgin.im>
parents:
27849
diff
changeset
|
75 | pep.c \ |
|
f0f65bad1d95
jabber: Alphabetize the sources in the Makefile
Paul Aurich <darkrain42@pidgin.im>
parents:
27849
diff
changeset
|
76 | pep.h \ |
|
17769
69d98a4da006
applied patch for supporting XEP-0199: XMPP Ping
Andreas Monitzer <am@adiumx.com>
parents:
16810
diff
changeset
|
77 | ping.c \ |
|
69d98a4da006
applied patch for supporting XEP-0199: XMPP Ping
Andreas Monitzer <am@adiumx.com>
parents:
16810
diff
changeset
|
78 | ping.h \ |
| 7014 | 79 | presence.c \ |
| 80 | presence.h \ | |
| 81 | roster.c \ | |
| 7395 | 82 | roster.h \ |
| 83 | si.c \ | |
| 7923 | 84 | si.h \ |
|
25475
ad7612a5d678
Migrate the XMPP User Avatar (XEP-0084) code to its own file
Paul Aurich <darkrain42@pidgin.im>
parents:
24609
diff
changeset
|
85 | useravatar.c \ |
|
ad7612a5d678
Migrate the XMPP User Avatar (XEP-0084) code to its own file
Paul Aurich <darkrain42@pidgin.im>
parents:
24609
diff
changeset
|
86 | useravatar.h \ |
|
18720
b27b5eaff772
Added the files I created to the Makefile. This hasn't happened yet since Adium doesn't use those Makefiles for building.
Andreas Monitzer <am@adiumx.com>
parents:
18718
diff
changeset
|
87 | usermood.c \ |
|
b27b5eaff772
Added the files I created to the Makefile. This hasn't happened yet since Adium doesn't use those Makefiles for building.
Andreas Monitzer <am@adiumx.com>
parents:
18718
diff
changeset
|
88 | usermood.h \ |
|
b27b5eaff772
Added the files I created to the Makefile. This hasn't happened yet since Adium doesn't use those Makefiles for building.
Andreas Monitzer <am@adiumx.com>
parents:
18718
diff
changeset
|
89 | usernick.c \ |
|
b27b5eaff772
Added the files I created to the Makefile. This hasn't happened yet since Adium doesn't use those Makefiles for building.
Andreas Monitzer <am@adiumx.com>
parents:
18718
diff
changeset
|
90 | usernick.h \ |
|
b27b5eaff772
Added the files I created to the Makefile. This hasn't happened yet since Adium doesn't use those Makefiles for building.
Andreas Monitzer <am@adiumx.com>
parents:
18718
diff
changeset
|
91 | usertune.c \ |
|
28978
f0f65bad1d95
jabber: Alphabetize the sources in the Makefile
Paul Aurich <darkrain42@pidgin.im>
parents:
27849
diff
changeset
|
92 | usertune.h \ |
|
f0f65bad1d95
jabber: Alphabetize the sources in the Makefile
Paul Aurich <darkrain42@pidgin.im>
parents:
27849
diff
changeset
|
93 | xdata.c \ |
|
f0f65bad1d95
jabber: Alphabetize the sources in the Makefile
Paul Aurich <darkrain42@pidgin.im>
parents:
27849
diff
changeset
|
94 | xdata.h |
| 2086 | 95 | |
|
4202
8b92de3b1c07
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3411
diff
changeset
|
96 | AM_CFLAGS = $(st) |
|
8b92de3b1c07
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3411
diff
changeset
|
97 | |
|
16302
eb633ebf84f2
This does the ol' AIM/ICQ split trick on Jabber, creating an XMPP prpl. This can be used, later, to create a Bonjour plugin that reuses libjabber
Sean Egan <seanegan@pidgin.im>
parents:
15947
diff
changeset
|
98 | libxmpp_la_LDFLAGS = -module -avoid-version |
|
4202
8b92de3b1c07
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3411
diff
changeset
|
99 | |
|
28855
c5bc85f9c00e
jabber: Factor the SASL auth methods into their own files.
Paul Aurich <darkrain42@pidgin.im>
parents:
27849
diff
changeset
|
100 | if USE_CYRUS_SASL |
|
c5bc85f9c00e
jabber: Factor the SASL auth methods into their own files.
Paul Aurich <darkrain42@pidgin.im>
parents:
27849
diff
changeset
|
101 | JABBERSOURCES += auth_cyrus.c |
|
c5bc85f9c00e
jabber: Factor the SASL auth methods into their own files.
Paul Aurich <darkrain42@pidgin.im>
parents:
27849
diff
changeset
|
102 | endif |
|
c5bc85f9c00e
jabber: Factor the SASL auth methods into their own files.
Paul Aurich <darkrain42@pidgin.im>
parents:
27849
diff
changeset
|
103 | |
|
4202
8b92de3b1c07
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3411
diff
changeset
|
104 | if STATIC_JABBER |
|
8b92de3b1c07
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3411
diff
changeset
|
105 | |
|
15947
15efedafba00
s/GAIM_STATIC_PRPL/PURPLE_STATIC_PRPL/ in prpl Makefiles
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15523
diff
changeset
|
106 | st = -DPURPLE_STATIC_PRPL |
|
24609
c119f12de848
Use libtool to build static archives when --with-static-prpls is passed
Mark Doliner <markdoliner@pidgin.im>
parents:
23626
diff
changeset
|
107 | noinst_LTLIBRARIES = libjabber.la |
|
32926
6a06b6cea862
Since XMPP is already a split-prpl thing, make two new prpls for
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
31394
diff
changeset
|
108 | libjabber_la_SOURCES = $(JABBERSOURCES) libfacebook.c libgtalk.c libxmpp.c |
|
24609
c119f12de848
Use libtool to build static archives when --with-static-prpls is passed
Mark Doliner <markdoliner@pidgin.im>
parents:
23626
diff
changeset
|
109 | libjabber_la_CFLAGS = $(AM_CFLAGS) |
|
3411
e9d50336f9c3
[gaim-migrate @ 3430]
Christian Hammond <chipx86@chipx86.com>
parents:
3127
diff
changeset
|
110 | |
| 2086 | 111 | else |
| 112 | ||
| 113 | st = | |
|
32926
6a06b6cea862
Since XMPP is already a split-prpl thing, make two new prpls for
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
31394
diff
changeset
|
114 | pkg_LTLIBRARIES = libjabber.la libfacebook.la libgtalk.la libxmpp.la |
|
4202
8b92de3b1c07
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3411
diff
changeset
|
115 | libjabber_la_SOURCES = $(JABBERSOURCES) |
|
28567
b5ea98ed9e32
Can now generate a relayed candidate for the initiator
Marcus Lundblad <malu@pidgin.im>
parents:
27849
diff
changeset
|
116 | libjabber_la_LIBADD = $(GLIB_LIBS) $(SASL_LIBS) $(LIBXML_LIBS) $(IDN_LIBS)\ |
|
34319
c0d0b7137c8a
Fix the FARSIGHT libs and cflags for the jabber prpl.
Mark Doliner <mark@kingant.net>
parents:
33650
diff
changeset
|
117 | $(FARSTREAM_LIBS) \ |
|
33489
fd3ef7036ebb
Split gstreamer-video into a separate check.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
32926
diff
changeset
|
118 | $(GSTREAMER_LIBS) |
| 2086 | 119 | |
|
32926
6a06b6cea862
Since XMPP is already a split-prpl thing, make two new prpls for
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
31394
diff
changeset
|
120 | libfacebook_la_SOURCES = libfacebook.c |
|
6a06b6cea862
Since XMPP is already a split-prpl thing, make two new prpls for
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
31394
diff
changeset
|
121 | libfacebook_la_LIBADD = libjabber.la |
|
6a06b6cea862
Since XMPP is already a split-prpl thing, make two new prpls for
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
31394
diff
changeset
|
122 | |
|
6a06b6cea862
Since XMPP is already a split-prpl thing, make two new prpls for
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
31394
diff
changeset
|
123 | libgtalk_la_SOURCES = libgtalk.c |
|
6a06b6cea862
Since XMPP is already a split-prpl thing, make two new prpls for
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
31394
diff
changeset
|
124 | libgtalk_la_LIBADD = libjabber.la |
|
6a06b6cea862
Since XMPP is already a split-prpl thing, make two new prpls for
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
31394
diff
changeset
|
125 | |
|
16302
eb633ebf84f2
This does the ol' AIM/ICQ split trick on Jabber, creating an XMPP prpl. This can be used, later, to create a Bonjour plugin that reuses libjabber
Sean Egan <seanegan@pidgin.im>
parents:
15947
diff
changeset
|
126 | libxmpp_la_SOURCES = libxmpp.c |
|
eb633ebf84f2
This does the ol' AIM/ICQ split trick on Jabber, creating an XMPP prpl. This can be used, later, to create a Bonjour plugin that reuses libjabber
Sean Egan <seanegan@pidgin.im>
parents:
15947
diff
changeset
|
127 | libxmpp_la_LIBADD = libjabber.la |
|
eb633ebf84f2
This does the ol' AIM/ICQ split trick on Jabber, creating an XMPP prpl. This can be used, later, to create a Bonjour plugin that reuses libjabber
Sean Egan <seanegan@pidgin.im>
parents:
15947
diff
changeset
|
128 | |
| 2086 | 129 | endif |
|
4202
8b92de3b1c07
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3411
diff
changeset
|
130 | |
|
8b92de3b1c07
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3411
diff
changeset
|
131 | AM_CPPFLAGS = \ |
|
15435
4b933b06d75e
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@pidgin.im>
parents:
15225
diff
changeset
|
132 | -I$(top_srcdir)/libpurple \ |
|
16810
7f257f18af06
Now that version.h is a generated source file, we need to add
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16651
diff
changeset
|
133 | -I$(top_builddir)/libpurple \ |
|
6360
c2bfe65b200c
[gaim-migrate @ 6864]
Robert McQueen <robot101@debian.org>
parents:
6198
diff
changeset
|
134 | $(DEBUG_CFLAGS) \ |
| 13808 | 135 | $(GLIB_CFLAGS) \ |
|
27849
7f7428cb8309
When GNU Libidn is available, use it for XMPP stringprep operations.
Paul Aurich <darkrain42@pidgin.im>
parents:
26958
diff
changeset
|
136 | $(IDN_CFLAGS) \ |
|
28567
b5ea98ed9e32
Can now generate a relayed candidate for the initiator
Marcus Lundblad <malu@pidgin.im>
parents:
27849
diff
changeset
|
137 | $(LIBXML_CFLAGS) \ |
|
34319
c0d0b7137c8a
Fix the FARSIGHT libs and cflags for the jabber prpl.
Mark Doliner <mark@kingant.net>
parents:
33650
diff
changeset
|
138 | $(FARSTREAM_CFLAGS) \ |
|
33489
fd3ef7036ebb
Split gstreamer-video into a separate check.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
32926
diff
changeset
|
139 | $(GSTREAMER_CFLAGS) |