Changeset 8061 in orxonox.OLD for trunk/config.h.in
- Timestamp:
- Jun 1, 2006, 1:59:42 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/config.h.in
r7753 r8061 3 3 /* in which debug mode we are */ 4 4 #undef DEBUG_LEVEL 5 6 /* Define to 1 if you have the <avcodec.h> header file. */7 #undef HAVE_AVCODEC_H8 9 /* Define to 1 if you have the <avformat.h> header file. */10 #undef HAVE_AVFORMAT_H11 5 12 6 /* Define to 1 if you have the `bzero' function. */ … … 15 9 /* if we have CURL */ 16 10 #undef HAVE_CURL 17 18 /* Define to 1 if you have the <ffmpeg/avcodec.h> header file. */19 #undef HAVE_FFMPEG_AVCODEC_H20 21 /* Define to 1 if you have the <ffmpeg/avformat.h> header file. */22 #undef HAVE_FFMPEG_AVFORMAT_H23 11 24 12 /* Define to 1 if you have the <GL/glew.h> header file. */ … … 33 21 /* Define to 1 if you have the <inttypes.h> header file. */ 34 22 #undef HAVE_INTTYPES_H 23 24 /* Define to 1 if you have the `dl' library (-ldl). */ 25 #undef HAVE_LIBDL 35 26 36 27 /* Define to 1 if you have the `m' library (-lm). */
Note: See TracChangeset
for help on using the changeset viewer.