Bug 938072 - Follow-up to bug 935857 to replace MOZ_RTSP to NECKO_PROTOCOL_rtsp. r=glandium

This commit is contained in:
Vincent Chang 2013-11-13 22:58:09 +08:00
parent 3d42056284
commit 12e6e317b4
2 changed files with 1 additions and 5 deletions

View File

@ -48,7 +48,7 @@ StreamingProtocolControllerService::Create(nsIChannel *aChannel, nsIStreamingPro
nsresult rv = uri->GetScheme(scheme);
if (NS_FAILED(rv)) return rv;
#ifdef MOZ_RTSP
#ifdef NECKO_PROTOCOL_rtsp
if (scheme.EqualsLiteral("rtsp")) {
if (IsNeckoChild()) {
mediacontroller = new RtspControllerChild(aChannel);

View File

@ -97,8 +97,4 @@ LOCAL_INCLUDES += -I$(srcdir)/../wifi
endif
ifdef MOZ_RTSP
LOCAL_INCLUDES += -I$(srcdir)/../protocol/rtsp
endif
include $(topsrcdir)/config/rules.mk