Ignore:
Timestamp:
Feb 9, 2011, 11:57:06 AM (14 years ago)
Author:
gah
Message:

fixes for vtkviewer widget

Location:
trunk/packages/vizservers/nanovis
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/nanovis/Makefile.in

    r2041 r2088  
    3535DX_INC_SPEC      = @DX_INC_SPEC@
    3636DX_LIB_SPEC      = @DX_LIB_SPEC@ -lDXcallm
    37 FF_LIB_SPEC     = -lavformat -lavcodec -lavutil
    38 # might also need -lavutil
     37FF_LIB_SPEC     = @LIBS@
     38
    3939GL_INC_SPEC     = -I/usr/include/GL
    4040GL_LIB_SPEC     = -lGL -lglut -lGLEW -lGLU
  • trunk/packages/vizservers/nanovis/nvconf.h.in

    r2073 r2088  
    4040#undef HAVE_LIBAVUTIL_AVUTIL_H
    4141
     42/* Define to 1 if you have the `cv' library (-lcv). */
     43#undef HAVE_LIBCV
     44
    4245/* Define to 1 if you have the <memory.h> header file. */
    4346#undef HAVE_MEMORY_H
     
    4851/* Define to 1 if you have the <netinet/in.h> header file. */
    4952#undef HAVE_NETINET_IN_H
     53
     54/* Define to 1 if you have the <opencv/highgui.h> header file. */
     55#undef HAVE_OPENCV_HIGHGUI_H
    5056
    5157/* Define to 1 if you have the <rappture.h> header file. */
Note: See TracChangeset for help on using the changeset viewer.