選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

6 行
266B

  1. cmake_minimum_required(VERSION 3.1.3)
  2. project(player)
  3. include_directories("../../include")
  4. link_directories("../../so")
  5. add_executable(player "./player_opencv.c")
  6. target_link_libraries(player mk_api ssl crypto avcodec swscale swresample avutil x264 openh264 x265)