wrap two VV-specific functions in #ifdef USE_VV

Sun, 09 Aug 2015 11:50:57 -0400

author
Michael McConville <mmcconville@mykolab.com>
date
Sun, 09 Aug 2015 11:50:57 -0400
changeset 37226
30f166f60ee0
parent 37225
1ba4b6569381
child 37227
17bdb1daf323

wrap two VV-specific functions in #ifdef USE_VV

libpurple/mediamanager.c file | annotate | diff | comparison | revisions
--- a/libpurple/mediamanager.c	Fri Aug 07 18:15:04 2015 -0400
+++ b/libpurple/mediamanager.c	Sun Aug 09 11:50:57 2015 -0400
@@ -1010,6 +1010,7 @@
 }
 #endif
 
+#ifdef USE_VV
 static PurpleMediaElementInfo *
 get_send_application_element_info ()
 {
@@ -1030,7 +1031,6 @@
 	return info;
 }
 
-
 static PurpleMediaElementInfo *
 get_recv_application_element_info ()
 {
@@ -1050,6 +1050,7 @@
 
 	return info;
 }
+#endif	/* USE_VV */
 
 GstElement *
 purple_media_manager_get_element(PurpleMediaManager *manager,

mercurial