Ignore:
Timestamp:
Dec 27, 2011 2:38:51 PM (12 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

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

    r2651 r2743  
    2828TCL_VERSION     = @TCL_VERSION@
    2929TCL_LIB_SPEC    = @TCL_LIB_SPEC@
     30HAVE_FFMPEG     = @HAVE_FFMPEG_LIBS@
     31HAVE_NCURSES    = @HAVE_LIBNCURSES@
    3032
    3133CC_SWITCHES     = $(CFLAGS) $(CFLAGS_DEBUG) $(INCLUDES) $(DEFINES)
     
    7072endif
    7173
    72 FFMPEG          = @HAVE_FFMPEG_LIBS@
    73 ifeq ($(FFMPEG),yes)
     74ifeq ($(HAVE_LIBCURSES),yes)
     75   OBJS += RpCurses.o
     76   LIBS += -lncurses
     77endif
     78
     79ifeq ($(HAVE_FFMPEG),yes)
    7480    OBJS += RpVideoTclInterface.o
    7581    LIBS += -L../../../src/objects -lRpObjects
Note: See TracChangeset for help on using the changeset viewer.