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/src/test/test.c

    r2882 r3392  
    5757    mem = &caching_pool.factory; 
    5858 
     59#if HAS_VID_DEV_TEST 
     60    DO_TEST(vid_dev_test()); 
     61#endif 
     62 
     63#if HAS_VID_CODEC_TEST 
     64    DO_TEST(vid_codec_test()); 
     65#endif 
     66 
    5967#if HAS_SDP_NEG_TEST 
    6068    DO_TEST(sdp_neg_test()); 
Note: See TracChangeset for help on using the changeset viewer.