Advertisement
skuda

patch-libavcodec-detection

Jul 19th, 2012
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. --- configure.ac~ 2012-07-15 22:27:11.195257379 +0100
  2. +++ configure.ac 2012-07-15 22:24:34.308268675 +0100
  3. @@ -276,7 +276,7 @@
  4. AC_CHECK_LIB(avutil,av_malloc,,AC_MSG_WARN(libavutil.a may be required for MPEG streaming))
  5. # Don't bother to warn about this one
  6. AC_CHECK_LIB(avcore,av_image_copy,,)
  7. -AC_CHECK_LIB(avcodec,avcodec_init,,AC_MSG_WARN(libavcodec.a is required for MPEG streaming))
  8. +AC_CHECK_LIB(avcodec,avcodec_open,,AC_MSG_WARN(libavcodec.a is required for MPEG streaming))
  9. AC_CHECK_LIB(avformat,av_new_stream,,AC_MSG_WARN(libavformat.a is required for MPEG streaming))
  10. AC_CHECK_LIB(avdevice,avdevice_register_all,,AC_MSG_WARN(libavdevice.a may be required for MPEG streaming))
  11. AC_CHECK_LIB(swscale,sws_scale,,,-lswscale)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement