Guest User

config.h

a guest
Oct 14th, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. #ifndef QB_CONFIG_H__
  2. #define QB_CONFIG_H__
  3.  
  4. #define PACKAGE_NAME "retroarch"
  5. #define PACKAGE_VERSION "0.9.7"
  6. /* #undef HAVE_ALSA */
  7. /* #undef HAVE_OSS */
  8. /* #undef HAVE_OSS_BSD */
  9. /* #undef HAVE_OSS_LIB */
  10. #define HAVE_AL 1
  11. /* #undef HAVE_RSOUND */
  12. /* #undef HAVE_ROAR */
  13. /* #undef HAVE_JACK */
  14. #define HAVE_COREAUDIO 1
  15. /* #undef HAVE_PULSE */
  16. #define HAVE_SDL 1
  17. #define HAVE_OPENGL 1
  18. /* #undef HAVE_GLES */
  19. /* #undef HAVE_VG */
  20. /* #undef HAVE_EGL */
  21. /* #undef HAVE_KMS */
  22. /* #undef HAVE_GBM */
  23. /* #undef HAVE_DRM */
  24. #define HAVE_DYLIB 1
  25. #define HAVE_GETOPT_LONG 1
  26. #define HAVE_THREADS 1
  27. #define HAVE_XML 1
  28. #define HAVE_SDL_IMAGE 1
  29. #define HAVE_LIBPNG 1
  30. #define HAVE_DYNAMIC 1
  31. #define HAVE_FFMPEG 1
  32. #define HAVE_AVCODEC 1
  33. #define HAVE_AVFORMAT 1
  34. #define HAVE_AVUTIL 1
  35. #define HAVE_CONFIGFILE 1
  36. #define HAVE_FREETYPE 1
  37. /* #undef HAVE_XVIDEO */
  38. /* #undef HAVE_X11 */
  39. /* #undef HAVE_XEXT */
  40. /* #undef HAVE_XF86VM */
  41. /* #undef HAVE_XINERAMA */
  42. #define HAVE_NETPLAY 1
  43. #define HAVE_NETWORK_CMD 1
  44. #define HAVE_STDIN_CMD 1
  45. #define HAVE_COMMAND 1
  46. /* #undef HAVE_SOCKET_LEGACY */
  47. #define HAVE_FBO 1
  48. #define HAVE_STRL 1
  49. /* #undef HAVE_PYTHON */
  50. #define HAVE_FFMPEG_ALLOC_CONTEXT3 1
  51. #define HAVE_FFMPEG_AVCODEC_OPEN2 1
  52. #define HAVE_FFMPEG_AVIO_OPEN 1
  53. #define HAVE_FFMPEG_AVFORMAT_WRITE_HEADER 1
  54. #define HAVE_FFMPEG_AVFORMAT_NEW_STREAM 1
  55. #define HAVE_FFMPEG_AVCODEC_ENCODE_AUDIO2 1
  56. #define HAVE_FFMPEG_AVCODEC_ENCODE_VIDEO2 1
  57. #define HAVE_SINC 1
  58. #define HAVE_BSV_MOVIE 1
  59. /* #undef HAVE_VIDEOCORE */
  60. #endif
Advertisement
Add Comment
Please, Sign In to add comment