Changes between Version 48 and Version 49 of Video_Users_Guide


Ignore:
Timestamp:
Apr 23, 2012 1:38:27 PM (12 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Video_Users_Guide

    v48 v49  
    2626      {{{ 
    2727$ ./configure --enable-shared --disable-static --enable-memalign-hack 
    28                                 # add other options if needed, e.g: optimization, install dir, search path  
    29                                 # particularly CFLAGS and LDFLAGS for x264 
    30                                 # to enable H264, add "--enable-gpl --enable-libx264" 
     28                      # add other options if needed, e.g: optimization, install dir, search path  
     29                      # particularly CFLAGS and LDFLAGS for x264 
     30                      # to enable H264, add "--enable-gpl --enable-libx264" 
    3131$ make && make install 
    3232      }}} 
     
    5656{{{ 
    5757checking SDL availability..... 1.3.0 
    58 checking for deflate in -lz... yes 
    59 checking for x264_free in -lx264... yes 
    60 checking for avdevice_version in -lavdevice... yes 
    61 checking for av_register_all in -lavformat... yes 
    62 checking for avcodec_init in -lavcodec... yes 
    63 checking for sws_scale in -lswscale... yes 
    64 checking for av_malloc in -lavutil... yes 
    65 checking for avcore_version in -lavcore... no 
     58checking for pkg-config... no 
     59checking for python... python pkgconfig.py 
     60checking ffmpeg packages...  libavformat libavcodec libswscale libavutil 
    6661checking for v4l2_open in -lv4l2... no 
    6762}}} 
     
    7570{{{ 
    7671#define PJMEDIA_HAS_VIDEO       1 
    77 #define PJMEDIA_HAS_FFMPEG              1 
    78 #define PJMEDIA_VIDEO_DEV_HAS_SDL       1 
    79 #define PJMEDIA_HAS_FFMPEG_CODEC_H264   1 /* Optional. Note: require libx264 and ffmpeg must be built with h264 enabled */ 
    80 }}} 
     72}}} 
     73 
    8174 
    8275==== 4. Build the library ==== 
     
    136129#define PJMEDIA_VIDEO_DEV_HAS_SDL       1 
    137130#define PJMEDIA_VIDEO_DEV_HAS_DSHOW     1 
    138 #define PJMEDIA_HAS_FFMPEG_CODEC_H264   1 /* Optional. Note: require libx264 and ffmpeg must be built with h264 enabled */ 
    139131}}} 
    140132