Ignore:
Timestamp:
Oct 18, 2011 11:17:23 AM (13 years ago)
Author:
bennylp
Message:

Added libz in aconfigure as this is needed by newer ffmpeg (re #1390)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure.ac

    r3718 r3827  
    821821                AC_SUBST(ac_ffmpeg_ldflags) 
    822822 
     823                dnl # libz, needed by newer ffmpeg 
     824                AC_CHECK_LIB(z, deflate) 
     825 
    823826                FFMPEG_PREFIX="" 
    824827                if test "x$with_ffmpeg" != "xno" -a "x$with_ffmpeg" != "x"; then 
Note: See TracChangeset for help on using the changeset viewer.