Changeset 4993 for pjproject


Ignore:
Timestamp:
Mar 12, 2015 12:48:30 PM (9 years ago)
Author:
nanang
Message:

Misc (re #1782): Applied OpenH264 CFLAGS/LDFLAGS probing result by configure script into Makefile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/build/os-auto.mak.in

    r4928 r4993  
    3333LIBYUV_LDFLAGS = @ac_libyuv_ldflags@ 
    3434 
     35# openh264 
     36OPENH264_CFLAGS = @ac_openh264_cflags@ 
     37OPENH264_LDFLAGS = @ac_openh264_ldflags@ 
     38 
    3539 
    3640# PJMEDIA features exclusion 
    3741export CFLAGS += @ac_no_small_filter@ @ac_no_large_filter@ @ac_no_speex_aec@ \ 
    3842                 $(SDL_CFLAGS) $(FFMPEG_CFLAGS) $(V4L2_CFLAGS) $(QT_CFLAGS) \ 
    39                  $(IOS_CFLAGS) $(ANDROID_CFLAGS) $(LIBYUV_CFLAGS) 
     43                 $(IOS_CFLAGS) $(ANDROID_CFLAGS) $(LIBYUV_CFLAGS) \ 
     44                 $(OPENH264_CFLAGS) 
    4045export LDFLAGS += $(SDL_LDFLAGS) $(FFMPEG_LDFLAGS) $(V4L2_LDFLAGS) \ 
    41                   $(LIBYUV_LDFLAGS) 
     46                  $(LIBYUV_LDFLAGS) $(OPENH264_LDFLAGS) 
    4247 
    4348# Define the desired sound device backend 
Note: See TracChangeset for help on using the changeset viewer.