Ignore:
Timestamp:
Oct 6, 2015 5:57:51 AM (9 years ago)
Author:
ming
Message:

Fixed #1888: Support for WebRtc? AEC

Location:
pjproject/trunk/pjmedia/build
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/build/Makefile

    r5118 r5186  
    6363                        conf_switch.o converter.o  converter_libswscale.o converter_libyuv.o \ 
    6464                        delaybuf.o echo_common.o \ 
    65                         echo_port.o echo_suppress.o endpoint.o errno.o \ 
     65                        echo_port.o echo_suppress.o echo_webrtc.o endpoint.o errno.o \ 
    6666                        event.o format.o ffmpeg_util.o \ 
    6767                        g711.o jbuf.o master_port.o mem_capture.o mem_player.o \ 
  • pjproject/trunk/pjmedia/build/os-auto.mak.in

    r5029 r5186  
    3838OPENH264_LDFLAGS = @ac_openh264_ldflags@ 
    3939 
     40# WebRtc 
     41WEBRTC_CFLAGS = @ac_webrtc_cflags@ 
     42WEBRTC_LDFLAGS = @ac_webrtc_ldflags@ 
     43 
    4044 
    4145# PJMEDIA features exclusion 
     
    4347                 $(SDL_CFLAGS) $(FFMPEG_CFLAGS) $(V4L2_CFLAGS) $(QT_CFLAGS) \ 
    4448                 $(IOS_CFLAGS) $(ANDROID_CFLAGS) $(LIBYUV_CFLAGS) \ 
    45                  $(OPENH264_CFLAGS) 
     49                 $(OPENH264_CFLAGS) $(WEBRTC_CFLAGS) 
    4650export LDFLAGS += $(SDL_LDFLAGS) $(FFMPEG_LDFLAGS) $(V4L2_LDFLAGS) \ 
    47                   $(LIBYUV_LDFLAGS) $(OPENH264_LDFLAGS) 
     51                  $(LIBYUV_LDFLAGS) $(OPENH264_LDFLAGS) $(WEBRTC_LDFLAGS) 
    4852 
    4953# Define the desired sound device backend 
Note: See TracChangeset for help on using the changeset viewer.