Ignore:
Timestamp:
Dec 28, 2011 8:42:23 AM (12 years ago)
Author:
bennylp
Message:

re #1393: error in detecting libavformat in mac os if ffmpeg was built and libbzip2-dev is installed. This caused ffmpeg to be built with dependency to libbz2, while our configure does not, causing link error during libavformat detection. This is temporarily fixed by adding libbz2 detection in aconfigure.ac

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure.ac

    r3859 r3927  
    831831                AC_CHECK_LIB(x264, x264_free) 
    832832 
     833                dnl # libbz2, needed by matroskadec.o in ffmpeg 0.9 in mac os 
     834                AC_CHECK_LIB(bz2, BZ2_bzDecompressInit) 
     835 
    833836                FFMPEG_PREFIX="" 
    834837                if test "x$with_ffmpeg" != "xno" -a "x$with_ffmpeg" != "x"; then 
Note: See TracChangeset for help on using the changeset viewer.