Ignore:
Timestamp:
07/29/09 23:34:12 (4 years ago)
Author:
sam
Message:

Fix the FFmpeg libraries detection.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpipi/trunk/configure.ac

    r3543 r3591  
    220220PKG_CHECK_MODULES([LIBSWSCALE], [libswscale-uninstalled], [:], [ac_cv_my_have_ffmpeg=no]) 
    221221if test "${ac_cv_my_have_ffmpeg}" = "no"; then 
     222  ac_cv_my_have_ffmpeg="yes" 
    222223  PKG_CHECK_MODULES([LIBAVCODEC], [libavcodec], [:], [ac_cv_my_have_ffmpeg=no]) 
    223224  PKG_CHECK_MODULES([LIBAVFORMAT], [libavformat], [:], [ac_cv_my_have_ffmpeg=no]) 
Note: See TracChangeset for help on using the changeset viewer.