Ignore:
Timestamp:
Jul 14, 2011 8:46:19 AM (13 years ago)
Author:
ming
Message:

Re #1278: NSApplication and NSAutoreleasePool management for Mac OS X

Application now needs to call pj_run_app() from its main() function and pass a pointer to the application's main function. For some examples, please refer to aviplay, pjmedia_test, and pjsua.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/2.0-dev/pjmedia/build/Makefile

    r3617 r3643  
    123123export PJMEDIA_TEST_SRCDIR = ../src/test 
    124124export PJMEDIA_TEST_OBJS += codec_vectors.o jbuf_test.o main.o mips_test.o \ 
    125                             vid_codec_test.o vid_dev_test.o rtp_test.o test.o 
     125                            vid_codec_test.o vid_dev_test.o vid_port_test.o \ 
     126                            rtp_test.o test.o 
    126127export PJMEDIA_TEST_OBJS += sdp_neg_test.o  
    127128export PJMEDIA_TEST_CFLAGS += $(_CFLAGS) 
Note: See TracChangeset for help on using the changeset viewer.