Mercurial > pidgin
diff libpurple/media.c @ 23804:cbe97caec684
Use USE_VV instead of USE_FARSIGHT.
author | Mike Ruprecht <maiku@soc.pidgin.im> |
---|---|
date | Wed, 28 May 2008 21:00:40 +0000 |
parents | 43b3b9ff6028 |
children | d048100a43ab |
line wrap: on
line diff
--- a/libpurple/media.c Wed May 28 18:41:03 2008 +0000 +++ b/libpurple/media.c Wed May 28 21:00:40 2008 +0000 @@ -33,8 +33,7 @@ #include "debug.h" -#ifdef USE_FARSIGHT -#ifdef USE_GSTPROPS +#ifdef USE_VV #include <gst/interfaces/propertyprobe.h> #include <gst/farsight/fs-conference-iface.h> @@ -916,5 +915,4 @@ fs_stream_set_remote_codecs(purple_media_get_audio_stream(media, name), codecs, NULL); } -#endif /* USE_GSTPROPS */ -#endif /* USE_FARSIGHT */ +#endif /* USE_VV */