Ignore:
Timestamp:
Apr 23, 2012 1:48:10 PM (12 years ago)
Author:
bennylp
Message:

Related to re #1469: enable H.263 and H.264 by default if ffmpeg is available

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia-codec/config.h

    r4051 r4070  
    403403 */ 
    404404#ifndef PJMEDIA_HAS_FFMPEG_CODEC_H263P 
    405 #   define PJMEDIA_HAS_FFMPEG_CODEC_H263P       1 
     405#   define PJMEDIA_HAS_FFMPEG_CODEC_H263P       PJMEDIA_HAS_FFMPEG_VID_CODEC 
    406406#endif 
    407407 
     
    412412 */ 
    413413#ifndef PJMEDIA_HAS_FFMPEG_CODEC_H264 
    414 #   define PJMEDIA_HAS_FFMPEG_CODEC_H264        0 
     414#   define PJMEDIA_HAS_FFMPEG_CODEC_H264        PJMEDIA_HAS_FFMPEG_VID_CODEC 
    415415#endif 
    416416 
Note: See TracChangeset for help on using the changeset viewer.