Ignore:
Timestamp:
Dec 10, 2010 11:04:30 AM (13 years ago)
Author:
bennylp
Message:

Migration of current video works from private repository to this repository. This closed #1176

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/2.0-dev/pjmedia/include/pjmedia-codec/config.h

    r3202 r3392  
    3535#include <pjmedia/types.h> 
    3636 
    37  
    3837/* 
    3938 * Include config_auto.h if autoconf is used (PJ_AUTOCONF is set) 
     
    4241#   include <pjmedia-codec/config_auto.h> 
    4342#endif 
     43 
    4444 
    4545/** 
     
    344344#endif 
    345345 
     346 
     347/** 
     348 * Specify if FFMPEG codecs are available. 
     349 * 
     350 * Default: PJMEDIA_HAS_LIBAVCODEC 
     351 */ 
     352#ifndef PJMEDIA_HAS_FFMPEG_CODEC 
     353#   define PJMEDIA_HAS_FFMPEG_CODEC             PJMEDIA_HAS_LIBAVCODEC 
     354#endif 
     355 
    346356/** 
    347357 * @} 
    348358 */ 
    349359 
     360 
     361 
    350362#endif  /* __PJMEDIA_CODEC_CONFIG_H__ */ 
Note: See TracChangeset for help on using the changeset viewer.