Mercurial > pidgin.yaz
comparison libpurple/media/backend-fs2.c @ 29719:858d1a47bf83
Fix compile with --disable-gstreamer.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Mon, 23 Nov 2009 21:58:45 +0000 |
parents | bd7159aeabc0 |
children | 1876a447db11 |
comparison
equal
deleted
inserted
replaced
29718:4135044c6497 | 29719:858d1a47bf83 |
---|---|
22 * You should have received a copy of the GNU General Public License | 22 * You should have received a copy of the GNU General Public License |
23 * along with this program; if not, write to the Free Software | 23 * along with this program; if not, write to the Free Software |
24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA | 24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
25 */ | 25 */ |
26 | 26 |
27 #include "internal.h" | |
28 | |
29 #ifdef USE_VV | |
27 #include "backend-fs2.h" | 30 #include "backend-fs2.h" |
28 | 31 |
29 #include "internal.h" | |
30 | |
31 #ifdef USE_VV | |
32 #include "backend-iface.h" | 32 #include "backend-iface.h" |
33 #include "debug.h" | 33 #include "debug.h" |
34 #include "network.h" | 34 #include "network.h" |
35 #include "media-gst.h" | 35 #include "media-gst.h" |
36 | 36 |
1965 } | 1965 } |
1966 | 1966 |
1967 #endif /* USE_VV */ | 1967 #endif /* USE_VV */ |
1968 g_return_val_if_reached(NULL); | 1968 g_return_val_if_reached(NULL); |
1969 } | 1969 } |
1970 #endif /* USE_GSTREAMER */ | |
1971 | 1970 |
1972 void | 1971 void |
1973 purple_media_backend_fs2_set_input_volume(PurpleMediaBackendFs2 *self, | 1972 purple_media_backend_fs2_set_input_volume(PurpleMediaBackendFs2 *self, |
1974 const gchar *sess_id, double level) | 1973 const gchar *sess_id, double level) |
1975 { | 1974 { |
2028 level/10.0, NULL); | 2027 level/10.0, NULL); |
2029 } | 2028 } |
2030 } | 2029 } |
2031 #endif /* USE_VV */ | 2030 #endif /* USE_VV */ |
2032 } | 2031 } |
2032 #endif /* USE_GSTREAMER */ |