Changeset 1930 for trunk/lang/tcl


Ignore:
Timestamp:
Oct 25, 2010 8:50:55 AM (14 years ago)
Author:
gah
Message:
 
Location:
trunk/lang/tcl/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/lang/tcl/src/Makefile.in

    r1916 r1930  
    7171FFMPEG          = @HAVE_FFMPEG_LIBS@
    7272ifeq ($(FFMPEG),yes)
    73     # OBJS += RpMediaPlayerTclInterface.o
    7473    OBJS += RpVideoTclInterface.o
    7574    LIBS += -L../../../src/objects -lRpObjects
  • trunk/lang/tcl/src/Rappture_Init.c

    r1916 r1930  
    3838
    3939#ifdef BUILD_with_ffmpeg
    40 // extern Tcl_AppInitProc RpMediaPlayer_Init;
    4140extern Tcl_AppInitProc RpVideo_Init;
    4241#endif
     
    7271    }
    7372#ifdef BUILD_with_ffmpeg
    74 //    if (RpMediaPlayer_Init(interp) != TCL_OK) {
    75 //        return TCL_ERROR;
    76 //    }
    7773    if (RpVideo_Init(interp) != TCL_OK) {
    7874        return TCL_ERROR;
Note: See TracChangeset for help on using the changeset viewer.