mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 938072 - Follow-up to bug 935857 to replace MOZ_RTSP to NECKO_PROTOCOL_rtsp. r=glandium
This commit is contained in:
parent
3d42056284
commit
12e6e317b4
@ -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);
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user