From 0bf2fb0ecd150f8d35641b0d6445cf8fd798723a Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Wed, 20 Jan 2010 16:05:18 +0100 Subject: [PATCH] move mediastreamer2 --- .gitmodules | 8 ++++---- linphone/mediastreamer2 => mediastreamer2 | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename linphone/mediastreamer2 => mediastreamer2 (100%) diff --git a/.gitmodules b/.gitmodules index 98a346518..0655d8e56 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ -[submodule "linphone/oRTP"] - path = linphone/oRTP +[submodule "oRTP"] + path = oRTP url = git://git.linphone.org/ortp.git -[submodule "linphone/mediastreamer2"] - path = linphone/mediastreamer2 +[submodule "mediastreamer2"] + path = mediastreamer2 url = git://git.linphone.org/mediastreamer2.git diff --git a/linphone/mediastreamer2 b/mediastreamer2 similarity index 100% rename from linphone/mediastreamer2 rename to mediastreamer2