Changeset 2895 for trunk


Ignore:
Timestamp:
Mar 28, 2012, 12:23:14 PM (13 years ago)
Author:
gah
Message:

updates to video package

Location:
trunk
Files:
4 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lang/tcl/src/Rappture_Init.c

    r2651 r2895  
    3838extern Tcl_AppInitProc RpUtils_Init;
    3939
    40 #ifdef BUILD_with_ffmpeg
    41 extern Tcl_AppInitProc RpVideo_Init;
    42 #endif
    43 
    4440#ifdef BUILD_Rappture
    4541__declspec( dllexport )
     
    7167        return TCL_ERROR;
    7268    }
    73 #ifdef BUILD_with_ffmpeg
    74     if (RpVideo_Init(interp) != TCL_OK) {
    75         return TCL_ERROR;
    76     }
    77 #endif
    7869    if (RpRlimit_Init(interp) != TCL_OK) {
    7970        return TCL_ERROR;
Note: See TracChangeset for help on using the changeset viewer.