Changeset 3533 for pjproject/branches/projects/2.0-dev/aconfigure
- Timestamp:
- Apr 13, 2011 7:13:56 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/2.0-dev/aconfigure
r3517 r3533 730 730 enable_sdl 731 731 enable_ffmpeg 732 with_ffmpeg 732 733 enable_v4l2 733 734 enable_ipp … … 1410 1411 (hint: use CFLAGS and LDFLAGS env var to set the 1411 1412 include/lib paths) 1413 --with-ffmpeg=DIR Specify alternate FFMPEG prefix 1412 1414 --with-ipp=DIR Specify the Intel IPP location 1413 1415 --with-ipp-samples=DIR Specify the Intel IPP samples location … … 5922 5924 5923 5925 5926 FFMPEG_PREFIX="" 5927 if test "x$with_ffmpeg" != "xno" -a "x$with_ffmpeg" != "x"; then 5928 FFMPEG_PREFIX=$with_ffmpeg 5929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: Using ffmpeg prefix... $FFMPEG_PREFIX" >&5 5930 $as_echo "Using ffmpeg prefix... $FFMPEG_PREFIX" >&6; } 5931 LIBS="-L$FFMPEG_PREFIX/lib $LIBS" 5932 CFLAGS="-I$FFMPEG_PREFIX/include $CFLAGS" 5933 fi 5934 5924 5935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for avdevice_version in -lavdevice" >&5 5925 5936 $as_echo_n "checking for avdevice_version in -lavdevice... " >&6; } … … 6184 6195 6185 6196 fi 6197 6198 6199 6200 # Check whether --with-ffmpeg was given. 6201 if test "${with_ffmpeg+set}" = set; then : 6202 withval=$with_ffmpeg; 6203 else 6204 with_ffmpeg=no 6205 6206 fi 6207 6186 6208 6187 6209
Note: See TracChangeset
for help on using the changeset viewer.