Ignore:
Timestamp:
Jun 15, 2017 2:56:48 AM (7 years ago)
Author:
ming
Message:

Re #2022: Fixed build configuration to make sure that it's not included in other platforms (such as Android).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure

    r5603 r5606  
    674674ac_darwin_cflags 
    675675ac_pjmedia_video_has_ios_opengl 
     676ac_pjmedia_video_has_vtoolbox 
    676677ac_pjmedia_video_has_darwin 
    677678ac_android_cflags 
     
    756757oldincludedir 
    757758includedir 
    758 runstatedir 
    759759localstatedir 
    760760sharedstatedir 
     
    879879sharedstatedir='${prefix}/com' 
    880880localstatedir='${prefix}/var' 
    881 runstatedir='${localstatedir}/run' 
    882881includedir='${prefix}/include' 
    883882oldincludedir='/usr/include' 
     
    11321131    silent=yes ;; 
    11331132 
    1134   -runstatedir | --runstatedir | --runstatedi | --runstated \ 
    1135   | --runstate | --runstat | --runsta | --runst | --runs \ 
    1136   | --run | --ru | --r) 
    1137     ac_prev=runstatedir ;; 
    1138   -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ 
    1139   | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ 
    1140   | --run=* | --ru=* | --r=*) 
    1141     runstatedir=$ac_optarg ;; 
    1142  
    11431133  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) 
    11441134    ac_prev=sbindir ;; 
     
    12781268                datadir sysconfdir sharedstatedir localstatedir includedir \ 
    12791269                oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ 
    1280                 libdir localedir mandir runstatedir 
     1270                libdir localedir mandir 
    12811271do 
    12821272  eval ac_val=\$$ac_var 
     
    14311421  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com] 
    14321422  --localstatedir=DIR     modifiable single-machine data [PREFIX/var] 
    1433   --runstatedir=DIR       modifiable per-process data [LOCALSTATEDIR/run] 
    14341423  --libdir=DIR            object code libraries [EPREFIX/lib] 
    14351424  --includedir=DIR        C header files [PREFIX/include] 
     
    64466435 
    64476436 
     6437 
    64486438        SAVED_LIBS="$LIBS" 
    64496439        LIBS="-framework AVFoundation -framework CoreGraphics -framework QuartzCore -framework CoreVideo -framework CoreMedia" 
Note: See TracChangeset for help on using the changeset viewer.