Changeset 4993 for pjproject/trunk/pjmedia/build/os-auto.mak.in
- Timestamp:
- Mar 12, 2015 12:48:30 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/build/os-auto.mak.in
r4928 r4993 33 33 LIBYUV_LDFLAGS = @ac_libyuv_ldflags@ 34 34 35 # openh264 36 OPENH264_CFLAGS = @ac_openh264_cflags@ 37 OPENH264_LDFLAGS = @ac_openh264_ldflags@ 38 35 39 36 40 # PJMEDIA features exclusion 37 41 export CFLAGS += @ac_no_small_filter@ @ac_no_large_filter@ @ac_no_speex_aec@ \ 38 42 $(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) 40 45 export LDFLAGS += $(SDL_LDFLAGS) $(FFMPEG_LDFLAGS) $(V4L2_LDFLAGS) \ 41 $(LIBYUV_LDFLAGS) 46 $(LIBYUV_LDFLAGS) $(OPENH264_LDFLAGS) 42 47 43 48 # Define the desired sound device backend
Note: See TracChangeset
for help on using the changeset viewer.