Changeset 2073 for trunk/packages/vizservers/nanovis/nvconf.h.in
- Timestamp:
- Jan 27, 2011, 12:54:38 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/vizservers/nanovis/nvconf.h.in
r1899 r2073 6 6 /* Define to 1 if you have the <arpa/inet.h> header file. */ 7 7 #undef HAVE_ARPA_INET_H 8 9 /* Define to 1 if you have the `avformat_alloc_context' function. */10 #undef HAVE_AVFORMAT_ALLOC_CONTEXT11 8 12 9 /* Define to 1 if you have the <ffmpeg/avcodec.h> header file. */ … … 25 22 #undef HAVE_INTTYPES_H 26 23 24 /* Define to 1 if you have the `avcodec' library (-lavcodec). */ 25 #undef HAVE_LIBAVCODEC 26 27 27 /* Define to 1 if you have the <libavcodec/avcodec.h> header file. */ 28 28 #undef HAVE_LIBAVCODEC_AVCODEC_H 29 29 30 /* Define to 1 if you have the `avformat' library (-lavformat). */ 31 #undef HAVE_LIBAVFORMAT 32 30 33 /* Define to 1 if you have the <libavformat/avformat.h> header file. */ 31 34 #undef HAVE_LIBAVFORMAT_AVFORMAT_H 35 36 /* Define to 1 if you have the `avutil' library (-lavutil). */ 37 #undef HAVE_LIBAVUTIL 32 38 33 39 /* Define to 1 if you have the <libavutil/avutil.h> header file. */
Note: See TracChangeset
for help on using the changeset viewer.