Changeset 3457 for pjproject/branches/projects/2.0-dev/build.mak.in
- Timestamp:
- Mar 17, 2011 4:34:43 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/2.0-dev/build.mak.in
r3393 r3457 59 59 @ac_build_mak_vars@ 60 60 61 # 62 # Video 63 # Note: there are duplicated macros in pjmedia/os-auto.mak.in (and that's not 64 # good! 65 66 # SDL flags 67 SDL_CFLAGS = @ac_sdl_cflags@ 68 SDL_LDFLAGS = @ac_sdl_ldflags@ 69 70 # FFMPEG dlags 71 FFMPEG_CFLAGS = @ac_ffmpeg_cflags@ 72 FFMPEG_LDFLAGS = @ac_ffmpeg_ldflags@ 73 74 # Video4Linux2 75 V4L2_CFLAGS = @ac_v4l2_cflags@ 76 V4L2_LDFLAGS = @ac_v4l2_ldflags@ 77 78 # QT 79 AC_PJMEDIA_VIDEO_HAS_QT = @ac_pjmedia_video_has_qt@ 80 QT_CFLAGS = @ac_qt_cflags@ 81 82 # iOS 83 IOS_CFLAGS = @ac_ios_cflags@ 84 85 # PJMEDIA features exclusion 86 PJ_VIDEO_CFLAGS += $(SDL_CFLAGS) $(FFMPEG_CFLAGS) $(V4L2_CFLAGS) $(QT_CFLAGS) \ 87 $(IOS_CFLAGS) 88 PJ_VIDEO_LDFLAGS += $(SDL_LDFLAGS) $(FFMPEG_LDFLAGS) $(V4L2_LDFLAGS) 89 90 61 91 # CFLAGS, LDFLAGS, and LIBS to be used by applications 62 92 export PJDIR := @ac_pjdir@ … … 65 95 export APP_CFLAGS := -DPJ_AUTOCONF=1\ 66 96 @CFLAGS@\ 97 $(PJ_VIDEO_CFLAGS) \ 67 98 -I$(PJDIR)/pjlib/include\ 68 99 -I$(PJDIR)/pjlib-util/include\ … … 77 108 -L$(PJDIR)/pjsip/lib\ 78 109 -L$(PJDIR)/third_party/lib\ 110 $(PJ_VIDEO_LDFLAGS) \ 79 111 @LDFLAGS@ 80 112 export APP_LDLIBS := -lpjsua-$(TARGET_NAME)\
Note: See TracChangeset
for help on using the changeset viewer.