Ignore:
Timestamp:
Dec 10, 2010 11:04:30 AM (13 years ago)
Author:
bennylp
Message:

Migration of current video works from private repository to this repository. This closed #1176

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/2.0-dev/pjmedia/build/os-auto.mak.in

    r3295 r3392  
    11# @configure_input@ 
    22 
     3# SDL flags 
     4SDL_CFLAGS = @ac_sdl_cflags@ 
     5SDL_LDFLAGS = @ac_sdl_ldflags@ 
     6 
     7# FFMPEG dlags 
     8FFMPEG_CFLAGS = @ac_ffmpeg_cflags@  
     9FFMPEG_LDFLAGS =  @ac_ffmpeg_ldflags@ 
     10 
     11# Video4Linux2 
     12V4L2_CFLAGS = @ac_v4l2_cflags@ 
     13V4L2_LDFLAGS = @ac_v4l2_ldflags@ 
     14 
    315# PJMEDIA features exclusion 
    4 export CFLAGS += @ac_no_small_filter@ @ac_no_large_filter@ @ac_no_speex_aec@ 
     16export CFLAGS += @ac_no_small_filter@ @ac_no_large_filter@ @ac_no_speex_aec@ \ 
     17                 $(SDL_CFLAGS) $(FFMPEG_CFLAGS) $(V4L2_CFLAGS) 
     18export LDFLAGS += $(SDL_LDFLAGS) $(FFMPEG_LDFLAGS) $(V4L2_LDFLAGS) 
    519 
    620# Define the desired sound device backend 
Note: See TracChangeset for help on using the changeset viewer.