From 5cad0e525dce6b33ed28ad995dfc94fd74646d54 Mon Sep 17 00:00:00 2001 From: Sandrine Avakian Date: Fri, 22 Apr 2016 11:28:46 +0200 Subject: [PATCH] Revert "Update linphone git fixing oldphone-mono.wav ring, renamed into oldphone.wav." This reverts commit f3e7ce47703b6be4ac73722a665926639e0366aa. --- coreapi/linphonecore.c | 2 +- share/rings/{oldphone.wav => oldphone-mono.wav} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename share/rings/{oldphone.wav => oldphone-mono.wav} (100%) diff --git a/coreapi/linphonecore.c b/coreapi/linphonecore.c index 30e76d1ff..82156b1ca 100644 --- a/coreapi/linphonecore.c +++ b/coreapi/linphonecore.c @@ -121,7 +121,7 @@ static void toggle_video_preview(LinphoneCore *lc, bool_t val); #define SOUNDS_PREFIX #endif /* relative path where is stored local ring*/ -#define LOCAL_RING SOUNDS_PREFIX "rings/oldphone.wav" +#define LOCAL_RING SOUNDS_PREFIX "rings/oldphone-mono.wav" #define LOCAL_RING_MKV SOUNDS_PREFIX "rings/notes_of_the_optimistic.mkv" /* same for remote ring (ringback)*/ #define REMOTE_RING SOUNDS_PREFIX "ringback.wav" diff --git a/share/rings/oldphone.wav b/share/rings/oldphone-mono.wav similarity index 100% rename from share/rings/oldphone.wav rename to share/rings/oldphone-mono.wav