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

    r5301 r5303  
    68256825$as_echo_n "checking ffmpeg packages... " >&6; } 
    68266826                        av_pkg="" 
    6827                         if $PKG_CONFIG --exists libdevice; then 
     6827                        if $PKG_CONFIG --exists libavdevice; then 
    68286828                                ac_ffmpeg_cflags="$ac_ffmpeg_cflags -DPJMEDIA_HAS_LIBAVDEVICE=1" 
    6829                                 av_pkg="$av_pkg libdevice" 
     6829                                av_pkg="$av_pkg libavdevice" 
    68306830                        fi 
    68316831                        if $PKG_CONFIG --exists libavformat; then 
Note: See TracChangeset for help on using the changeset viewer.