Changeset 3733


Ignore:
Timestamp:
Aug 29, 2011 4:21:35 AM (13 years ago)
Author:
ming
Message:

Re #1354: Removed pj_run_app() from vidgui

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/vidgui/vidgui.cpp

    r3728 r3733  
    624624 
    625625}; 
    626 static int main_func(int argc, char *argv[]) 
    627 { 
    628     return 0; 
    629 } 
    630626 
    631627int main(int argc, char *argv[]) 
    632628{ 
    633     pj_run_app(&main_func, argc, argv, 0); 
    634      
    635629    /* At least on Linux, we have to initialize SDL video subsystem prior to 
    636630     * creating/initializing QApplication, otherwise we'll segfault miserably 
Note: See TracChangeset for help on using the changeset viewer.