Ignore:
Timestamp:
May 17, 2016 4:01:59 PM (8 years ago)
Author:
riza
Message:

Re #1920: Fix typo on configuration script when trying to detect FFMpeg
package (libavdevice).

Thanks to Alexander Traud for the patch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure.ac

    r5301 r5303  
    10081008                        AC_MSG_CHECKING([ffmpeg packages]) 
    10091009                        av_pkg="" 
    1010                         if $PKG_CONFIG --exists libdevice; then 
     1010                        if $PKG_CONFIG --exists libavdevice; then 
    10111011                                ac_ffmpeg_cflags="$ac_ffmpeg_cflags -DPJMEDIA_HAS_LIBAVDEVICE=1" 
    1012                                 av_pkg="$av_pkg libdevice" 
     1012                                av_pkg="$av_pkg libavdevice" 
    10131013                        fi 
    10141014                        if $PKG_CONFIG --exists libavformat; then 
Note: See TracChangeset for help on using the changeset viewer.