Ignore:
Timestamp:
Aug 29, 2011, 8:29:59 PM (13 years ago)
Author:
ldelgass
Message:

Added AC_CHECK_FUNCS for newer avformat_alloc_context and reran autoheader to
get the define used to select which function to use since AC_CHECK_LIB only
produces the define for presence of the library. Prevents a deprecation
warning when building nanovis against a newer ffmpeg.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/nanoscale/config.h.in

    r2440 r2448  
    99/* Define to 1 if you have the <arpa/inet.h> header file. */
    1010#undef HAVE_ARPA_INET_H
     11
     12/* Define to 1 if you have the `avformat_alloc_context' function. */
     13#undef HAVE_AVFORMAT_ALLOC_CONTEXT
    1114
    1215/* Define to 1 if you have the <Cg/cgGL.h> header file. */
Note: See TracChangeset for help on using the changeset viewer.