- Timestamp:
- Dec 10, 2010 11:04:30 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/2.0-dev/pjmedia/build/os-auto.mak.in
r3295 r3392 1 1 # @configure_input@ 2 2 3 # SDL flags 4 SDL_CFLAGS = @ac_sdl_cflags@ 5 SDL_LDFLAGS = @ac_sdl_ldflags@ 6 7 # FFMPEG dlags 8 FFMPEG_CFLAGS = @ac_ffmpeg_cflags@ 9 FFMPEG_LDFLAGS = @ac_ffmpeg_ldflags@ 10 11 # Video4Linux2 12 V4L2_CFLAGS = @ac_v4l2_cflags@ 13 V4L2_LDFLAGS = @ac_v4l2_ldflags@ 14 3 15 # PJMEDIA features exclusion 4 export CFLAGS += @ac_no_small_filter@ @ac_no_large_filter@ @ac_no_speex_aec@ 16 export CFLAGS += @ac_no_small_filter@ @ac_no_large_filter@ @ac_no_speex_aec@ \ 17 $(SDL_CFLAGS) $(FFMPEG_CFLAGS) $(V4L2_CFLAGS) 18 export LDFLAGS += $(SDL_LDFLAGS) $(FFMPEG_LDFLAGS) $(V4L2_LDFLAGS) 5 19 6 20 # Define the desired sound device backend
Note: See TracChangeset
for help on using the changeset viewer.