Changeset 5303 for pjproject/trunk/aconfigure
- Timestamp:
- May 17, 2016 4:01:59 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/aconfigure
r5301 r5303 6825 6825 $as_echo_n "checking ffmpeg packages... " >&6; } 6826 6826 av_pkg="" 6827 if $PKG_CONFIG --exists lib device; then6827 if $PKG_CONFIG --exists libavdevice; then 6828 6828 ac_ffmpeg_cflags="$ac_ffmpeg_cflags -DPJMEDIA_HAS_LIBAVDEVICE=1" 6829 av_pkg="$av_pkg lib device"6829 av_pkg="$av_pkg libavdevice" 6830 6830 fi 6831 6831 if $PKG_CONFIG --exists libavformat; then
Note: See TracChangeset
for help on using the changeset viewer.