BUILD.gn 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632
  1. # FFmpeg build
  2. import("//build/ohos.gni")
  3. config("ijkffmpeg_config") {
  4. cflags = [
  5. "-Wno-sign-compare",
  6. "-Wno-implicit-function-declaration",
  7. "-Wno-parentheses",
  8. "-Wno-string-conversion",
  9. "-Wno-string-plus-int",
  10. "-Wno-asm-operand-widths",
  11. "-Wno-pointer-sign",
  12. "-Wno-deprecated-declarations",
  13. "-Wno-implicit-int",
  14. "-Wno-switch",
  15. "-Wno-incompatible-pointer-types-discards-qualifiers",
  16. "-Wno-int-conversion",
  17. "-Wno-absolute-value",
  18. "-Wno-unused-function",
  19. "-Wno-unused-label",
  20. "-Wno-unused-const-variable",
  21. "-Wno-visibility",
  22. "-Wno-incompatible-pointer-types",
  23. "-Wno-sometimes-uninitialized",
  24. "-Wno-format",
  25. "-Wno-tautological-constant-out-of-range-compare",
  26. "-DHAVE_AV_CONFIG_H",
  27. "-DCONFIG_H263_ENCODER",
  28. "-DCONFIG_AC3_DEMUXER",
  29. "-DCONFIG_EAC3_DEMUXER",
  30. "-DCONFIG_IMAGE2_DEMUXER",
  31. "-DCONFIG_RTPDEC",
  32. "-DTARGET_CONFIG=\"config-arm64.h\"",
  33. "-Wno-macro-redefined",
  34. "-DCONFIG_AC3_DEMUXER",
  35. "-DCONFIG_AC3_MUXER",
  36. "-DCONFIG_ADX_MUXER",
  37. "-DCONFIG_AMRNB_DEMUXER",
  38. "-DCONFIG_AMRWB_DEMUXER",
  39. "-DCONFIG_AMR_DEMUXER",
  40. "-DCONFIG_APTX_DEMUXER",
  41. "-DCONFIG_APTX_HD_DEMUXER",
  42. "-DCONFIG_APTX_HD_MUXER",
  43. "-DCONFIG_APTX_MUXER",
  44. "-DCONFIG_ASF_MUXER",
  45. "-DCONFIG_ASF_STREAM_MUXER",
  46. "-DCONFIG_AU_DEMUXER",
  47. "-DCONFIG_AU_MUXER",
  48. "-DCONFIG_AVM2_MUXER",
  49. "-DCONFIG_AVS2_MUXER",
  50. "-DCONFIG_BINTEXT_DEMUXER",
  51. "-DCONFIG_ADF_DEMUXER",
  52. "-DCONFIG_IDF_DEMUXER",
  53. "-DCONFIG_BIT_DEMUXER",
  54. "-DCONFIG_BIT_MUXER",
  55. "-DCONFIG_CAVSVIDEO_MUXER",
  56. "-DCONFIG_CODEC2RAW_DEMUXER",
  57. "-DCONFIG_CODEC2RAW_MUXER",
  58. "-DCONFIG_CODEC2_DEMUXER",
  59. "-DCONFIG_CODEC2_MUXER",
  60. "-DCONFIG_DATA_DEMUXER",
  61. "-DCONFIG_DATA_MUXER",
  62. "-DCONFIG_DNXHD_MUXER",
  63. "-DCONFIG_DTS_MUXER",
  64. "-DCONFIG_EAC3_DEMUXER",
  65. "-DCONFIG_EAC3_MUXER",
  66. "-DCONFIG_F4V_MUXER",
  67. "-DCONFIG_FILE_PROTOCOL",
  68. "-DCONFIG_FRAMEHASH_MUXER",
  69. "-DCONFIG_FRAMEHASH_MUXER",
  70. "-DCONFIG_FRAMEMD5_MUXER",
  71. "-DCONFIG_FRAMEMD5_MUXER",
  72. "-DCONFIG_G722_MUXER",
  73. "-DCONFIG_G723_1_MUXER",
  74. "-DCONFIG_G726LE_DEMUXER",
  75. "-DCONFIG_G726LE_MUXER",
  76. "-DCONFIG_G726_DEMUXER",
  77. "-DCONFIG_G726_MUXER",
  78. "-DCONFIG_GSM_MUXER",
  79. "-DCONFIG_H261_DECODER",
  80. "-DCONFIG_H261_MUXER",
  81. "-DCONFIG_H263_DECODER",
  82. "-DCONFIG_H263_MUXER",
  83. "-DCONFIG_H264_MUXER",
  84. "-DCONFIG_HASH_MUXER",
  85. "-DCONFIG_HASH_MUXER",
  86. "-DCONFIG_FRAMEHASH_MUXER",
  87. "-DCONFIG_HASH_MUXER",
  88. "-DCONFIG_MD5_MUXER",
  89. "-DCONFIG_HEVC_MUXER",
  90. "-DCONFIG_HTTPPROXY_PROTOCOL",
  91. "-DCONFIG_HTTPS_PROTOCOL",
  92. "-DCONFIG_IMAGE2PIPE_DEMUXER",
  93. "-DCONFIG_IMAGE2PIPE_MUXER",
  94. "-DCONFIG_IMAGE2_DEMUXER",
  95. "-DCONFIG_IPOD_MUXER",
  96. "-DCONFIG_ISMV_MUXER",
  97. "-DCONFIG_M4V_MUXER",
  98. "-DCONFIG_MATROSKA_AUDIO_MUXER",
  99. "-DCONFIG_MATROSKA_MUXER",
  100. "-DCONFIG_MBEDTLS",
  101. "-DCONFIG_MD5_MUXER",
  102. "-DCONFIG_MD5_MUXER",
  103. "-DCONFIG_FRAMEMD5_MUXER",
  104. "-DCONFIG_MJPEG_2000_DEMUXER",
  105. "-DCONFIG_MJPEG_DEMUXER",
  106. "-DCONFIG_MJPEG_MUXER",
  107. "-DCONFIG_MLP_DEMUXER",
  108. "-DCONFIG_MLP_MUXER",
  109. "-DCONFIG_MMF_DEMUXER",
  110. "-DCONFIG_MOV_MUXER",
  111. "-DCONFIG_MP2_MUXER",
  112. "-DCONFIG_MP4_MUXER",
  113. "-DCONFIG_MPEG1SYSTEM_MUXER",
  114. "-DCONFIG_MPEG1VCD_MUXER",
  115. "-DCONFIG_MPEG1VIDEO_MUXER",
  116. "-DCONFIG_MPEG2DVD_MUXER",
  117. "-DCONFIG_MPEG2SVCD_MUXER",
  118. "-DCONFIG_MPEG2VIDEO_MUXER",
  119. "-DCONFIG_MPEG2VOB_MUXER",
  120. "-DCONFIG_MPEG4_DECODER",
  121. "-DCONFIG_NETWORK",
  122. "-DCONFIG_OGA_MUXER",
  123. "-DCONFIG_OGG_MUXER",
  124. "-DCONFIG_OGV_MUXER",
  125. "-DCONFIG_OPUS_MUXER",
  126. "-DCONFIG_PIPE_PROTOCOL",
  127. "-DCONFIG_PSP_MUXER",
  128. "-DCONFIG_RAWVIDEO_MUXER",
  129. "-DCONFIG_RTP_DEMUXER",
  130. "-DCONFIG_RTP_MUXER",
  131. "-DCONFIG_RTSP_DEMUXER",
  132. "-DCONFIG_RTSP_MUXER",
  133. "-DCONFIG_SBC_MUXER",
  134. "-DCONFIG_SDP_DEMUXER",
  135. "-DCONFIG_SEGMENT_MUXER",
  136. "-DCONFIG_SINGLEJPEG_MUXER",
  137. "-DCONFIG_SPX_MUXER",
  138. "-DCONFIG_STREAM_SEGMENT_MUXER",
  139. "-DCONFIG_SWF_MUXER",
  140. "-DCONFIG_TG2_MUXER",
  141. "-DCONFIG_TGP_MUXER",
  142. "-DCONFIG_TRUEHD_DEMUXER",
  143. "-DCONFIG_TRUEHD_MUXER",
  144. "-DCONFIG_V210X_DEMUXER",
  145. "-DCONFIG_V210_DEMUXER",
  146. "-DCONFIG_VC1_MUXER",
  147. "-DCONFIG_VC1_DEMUXER",
  148. "-DCONFIG_W64_DEMUXER",
  149. "-DCONFIG_W64_MUXER",
  150. "-DCONFIG_WAV_DEMUXER",
  151. "-DCONFIG_WAV_MUXER",
  152. "-DCONFIG_WEBM_CHUNK_MUXER",
  153. "-DCONFIG_WEBM_DASH_MANIFEST_MUXER",
  154. "-DCONFIG_WEBM_MUXER",
  155. "-DCONFIG_ZLIB",
  156. "-DCONFIG_RV30_PARSER",
  157. "-DCONFIG_DVPROFILE",
  158. "-Wdeclaration-after-statement",
  159. "-Wmissing-declarations",
  160. "-DOPENSSL_ARM_PLATFORM",
  161. ]
  162. if (use_musl) {
  163. cflags += [ "-Wno-bool-operation" ]
  164. }
  165. }
  166. ohos_source_set("ijkffmpeg_dynamic") {
  167. sources = [
  168. "//third_party/ijkffmpeg/libavcodec/aac_ac3_parser.c",
  169. "//third_party/ijkffmpeg/libavcodec/aac_adtstoasc_bsf.c",
  170. "//third_party/ijkffmpeg/libavcodec/aac_parser.c",
  171. "//third_party/ijkffmpeg/libavcodec/aaccoder.c",
  172. "//third_party/ijkffmpeg/libavcodec/aacdec.c",
  173. "//third_party/ijkffmpeg/libavcodec/aacenc.c",
  174. "//third_party/ijkffmpeg/libavcodec/aacenc_is.c",
  175. "//third_party/ijkffmpeg/libavcodec/aacenc_ltp.c",
  176. "//third_party/ijkffmpeg/libavcodec/aacenc_pred.c",
  177. "//third_party/ijkffmpeg/libavcodec/aacenc_tns.c",
  178. "//third_party/ijkffmpeg/libavcodec/aacenctab.c",
  179. "//third_party/ijkffmpeg/libavcodec/aacps_float.c",
  180. "//third_party/ijkffmpeg/libavcodec/aacpsdsp_float.c",
  181. "//third_party/ijkffmpeg/libavcodec/aacpsy.c",
  182. "//third_party/ijkffmpeg/libavcodec/aacsbr.c",
  183. "//third_party/ijkffmpeg/libavcodec/aactab.c",
  184. "//third_party/ijkffmpeg/libavcodec/aandcttab.c",
  185. "//third_party/ijkffmpeg/libavcodec/ac3_parser.c",
  186. "//third_party/ijkffmpeg/libavcodec/ac3tab.c",
  187. "//third_party/ijkffmpeg/libavcodec/adts_header.c",
  188. "//third_party/ijkffmpeg/libavcodec/adts_parser.c",
  189. "//third_party/ijkffmpeg/libavcodec/allcodecs.c",
  190. "//third_party/ijkffmpeg/libavcodec/apedec.c",
  191. "//third_party/ijkffmpeg/libavcodec/audio_frame_queue.c",
  192. "//third_party/ijkffmpeg/libavcodec/avdct.c",
  193. "//third_party/ijkffmpeg/libavcodec/avfft.c",
  194. "//third_party/ijkffmpeg/libavcodec/avpacket.c",
  195. "//third_party/ijkffmpeg/libavcodec/avpicture.c",
  196. "//third_party/ijkffmpeg/libavcodec/bitstream.c",
  197. "//third_party/ijkffmpeg/libavcodec/bitstream_filter.c",
  198. "//third_party/ijkffmpeg/libavcodec/bitstream_filters.c",
  199. "//third_party/ijkffmpeg/libavcodec/blockdsp.c",
  200. "//third_party/ijkffmpeg/libavcodec/bsf.c",
  201. "//third_party/ijkffmpeg/libavcodec/bswapdsp.c",
  202. "//third_party/ijkffmpeg/libavcodec/cabac.c",
  203. "//third_party/ijkffmpeg/libavcodec/cbrt_data.c",
  204. "//third_party/ijkffmpeg/libavcodec/codec_desc.c",
  205. "//third_party/ijkffmpeg/libavcodec/d3d11va.c",
  206. "//third_party/ijkffmpeg/libavcodec/dct.c",
  207. "//third_party/ijkffmpeg/libavcodec/dct32_fixed.c",
  208. "//third_party/ijkffmpeg/libavcodec/dct32_float.c",
  209. "//third_party/ijkffmpeg/libavcodec/decode.c",
  210. "//third_party/ijkffmpeg/libavcodec/dirac.c",
  211. "//third_party/ijkffmpeg/libavcodec/dv_profile.c",
  212. "//third_party/ijkffmpeg/libavcodec/encode.c",
  213. "//third_party/ijkffmpeg/libavcodec/error_resilience.c",
  214. "//third_party/ijkffmpeg/libavcodec/fdctdsp.c",
  215. "//third_party/ijkffmpeg/libavcodec/fft_fixed_32.c",
  216. "//third_party/ijkffmpeg/libavcodec/fft_float.c",
  217. "//third_party/ijkffmpeg/libavcodec/fft_init_table.c",
  218. "//third_party/ijkffmpeg/libavcodec/flac.c",
  219. "//third_party/ijkffmpeg/libavcodec/flac_parser.c",
  220. "//third_party/ijkffmpeg/libavcodec/flacdata.c",
  221. "//third_party/ijkffmpeg/libavcodec/flacdec.c",
  222. "//third_party/ijkffmpeg/libavcodec/flacdsp.c",
  223. "//third_party/ijkffmpeg/libavcodec/flvdec.c",
  224. "//third_party/ijkffmpeg/libavcodec/flvenc.c",
  225. "//third_party/ijkffmpeg/libavcodec/frame_thread_encoder.c",
  226. "//third_party/ijkffmpeg/libavcodec/golomb.c",
  227. "//third_party/ijkffmpeg/libavcodec/h263.c",
  228. "//third_party/ijkffmpeg/libavcodec/h263_parser.c",
  229. "//third_party/ijkffmpeg/libavcodec/h263data.c",
  230. "//third_party/ijkffmpeg/libavcodec/h263dec.c",
  231. "//third_party/ijkffmpeg/libavcodec/h263dsp.c",
  232. "//third_party/ijkffmpeg/libavcodec/h2645_parse.c",
  233. "//third_party/ijkffmpeg/libavcodec/h264_cabac.c",
  234. "//third_party/ijkffmpeg/libavcodec/h264_cavlc.c",
  235. "//third_party/ijkffmpeg/libavcodec/h264_direct.c",
  236. "//third_party/ijkffmpeg/libavcodec/h264_loopfilter.c",
  237. "//third_party/ijkffmpeg/libavcodec/h264_mb.c",
  238. "//third_party/ijkffmpeg/libavcodec/h264_mp4toannexb_bsf.c",
  239. "//third_party/ijkffmpeg/libavcodec/h264_parse.c",
  240. "//third_party/ijkffmpeg/libavcodec/h264_parser.c",
  241. "//third_party/ijkffmpeg/libavcodec/h264_picture.c",
  242. "//third_party/ijkffmpeg/libavcodec/h264_ps.c",
  243. "//third_party/ijkffmpeg/libavcodec/h264_refs.c",
  244. "//third_party/ijkffmpeg/libavcodec/h264_sei.c",
  245. "//third_party/ijkffmpeg/libavcodec/h264_slice.c",
  246. "//third_party/ijkffmpeg/libavcodec/h264chroma.c",
  247. "//third_party/ijkffmpeg/libavcodec/h264data.c",
  248. "//third_party/ijkffmpeg/libavcodec/h264dec.c",
  249. "//third_party/ijkffmpeg/libavcodec/h264dsp.c",
  250. "//third_party/ijkffmpeg/libavcodec/h264idct.c",
  251. "//third_party/ijkffmpeg/libavcodec/h264pred.c",
  252. "//third_party/ijkffmpeg/libavcodec/h264qpel.c",
  253. "//third_party/ijkffmpeg/libavcodec/hpeldsp.c",
  254. "//third_party/ijkffmpeg/libavcodec/idctdsp.c",
  255. "//third_party/ijkffmpeg/libavcodec/iirfilter.c",
  256. "//third_party/ijkffmpeg/libavcodec/imgconvert.c",
  257. "//third_party/ijkffmpeg/libavcodec/ituh263dec.c",
  258. "//third_party/ijkffmpeg/libavcodec/ituh263enc.c",
  259. "//third_party/ijkffmpeg/libavcodec/jfdctfst.c",
  260. "//third_party/ijkffmpeg/libavcodec/jfdctint.c",
  261. "//third_party/ijkffmpeg/libavcodec/jni.c",
  262. "//third_party/ijkffmpeg/libavcodec/jrevdct.c",
  263. "//third_party/ijkffmpeg/libavcodec/kbdwin.c",
  264. "//third_party/ijkffmpeg/libavcodec/latm_parser.c",
  265. "//third_party/ijkffmpeg/libavcodec/lossless_audiodsp.c",
  266. "//third_party/ijkffmpeg/libavcodec/lpc.c",
  267. "//third_party/ijkffmpeg/libavcodec/mathtables.c",
  268. "//third_party/ijkffmpeg/libavcodec/mdct15.c",
  269. "//third_party/ijkffmpeg/libavcodec/mdct_fixed_32.c",
  270. "//third_party/ijkffmpeg/libavcodec/mdct_float.c",
  271. "//third_party/ijkffmpeg/libavcodec/me_cmp.c",
  272. "//third_party/ijkffmpeg/libavcodec/mediacodec.c",
  273. "//third_party/ijkffmpeg/libavcodec/motion_est.c",
  274. "//third_party/ijkffmpeg/libavcodec/mpeg12.c",
  275. "//third_party/ijkffmpeg/libavcodec/mpeg12data.c",
  276. "//third_party/ijkffmpeg/libavcodec/mpeg12dec.c",
  277. "//third_party/ijkffmpeg/libavcodec/mpeg12framerate.c",
  278. "//third_party/ijkffmpeg/libavcodec/mpeg4audio.c",
  279. "//third_party/ijkffmpeg/libavcodec/mpeg4video.c",
  280. "//third_party/ijkffmpeg/libavcodec/mpeg4video_parser.c",
  281. "//third_party/ijkffmpeg/libavcodec/mpeg4videodec.c",
  282. "//third_party/ijkffmpeg/libavcodec/mpeg4videoenc.c",
  283. "//third_party/ijkffmpeg/libavcodec/mpeg_er.c",
  284. "//third_party/ijkffmpeg/libavcodec/mpegaudio.c",
  285. "//third_party/ijkffmpeg/libavcodec/mpegaudio_parser.c",
  286. "//third_party/ijkffmpeg/libavcodec/mpegaudiodata.c",
  287. "//third_party/ijkffmpeg/libavcodec/mpegaudiodec_fixed.c",
  288. "//third_party/ijkffmpeg/libavcodec/mpegaudiodec_float.c",
  289. "//third_party/ijkffmpeg/libavcodec/mpegaudiodecheader.c",
  290. "//third_party/ijkffmpeg/libavcodec/mpegaudiodsp.c",
  291. "//third_party/ijkffmpeg/libavcodec/mpegaudiodsp_data.c",
  292. "//third_party/ijkffmpeg/libavcodec/mpegaudiodsp_fixed.c",
  293. "//third_party/ijkffmpeg/libavcodec/mpegaudiodsp_float.c",
  294. "//third_party/ijkffmpeg/libavcodec/mpegpicture.c",
  295. "//third_party/ijkffmpeg/libavcodec/mpegutils.c",
  296. "//third_party/ijkffmpeg/libavcodec/mpegvideo.c",
  297. "//third_party/ijkffmpeg/libavcodec/mpegvideo_enc.c",
  298. "//third_party/ijkffmpeg/libavcodec/mpegvideo_motion.c",
  299. "//third_party/ijkffmpeg/libavcodec/mpegvideodata.c",
  300. "//third_party/ijkffmpeg/libavcodec/mpegvideodsp.c",
  301. "//third_party/ijkffmpeg/libavcodec/mpegvideoencdsp.c",
  302. "//third_party/ijkffmpeg/libavcodec/null_bsf.c",
  303. "//third_party/ijkffmpeg/libavcodec/options.c",
  304. "//third_party/ijkffmpeg/libavcodec/opus.c",
  305. "//third_party/ijkffmpeg/libavcodec/opus_celt.c",
  306. "//third_party/ijkffmpeg/libavcodec/opus_pvq.c",
  307. "//third_party/ijkffmpeg/libavcodec/opus_rc.c",
  308. "//third_party/ijkffmpeg/libavcodec/opus_silk.c",
  309. "//third_party/ijkffmpeg/libavcodec/opusdec.c",
  310. "//third_party/ijkffmpeg/libavcodec/opusenc.c",
  311. "//third_party/ijkffmpeg/libavcodec/opusenc_psy.c",
  312. "//third_party/ijkffmpeg/libavcodec/opustab.c",
  313. "//third_party/ijkffmpeg/libavcodec/parser.c",
  314. "//third_party/ijkffmpeg/libavcodec/pixblockdsp.c",
  315. "//third_party/ijkffmpeg/libavcodec/profiles.c",
  316. "//third_party/ijkffmpeg/libavcodec/psymodel.c",
  317. "//third_party/ijkffmpeg/libavcodec/pthread.c",
  318. "//third_party/ijkffmpeg/libavcodec/pthread_frame.c",
  319. "//third_party/ijkffmpeg/libavcodec/pthread_slice.c",
  320. "//third_party/ijkffmpeg/libavcodec/qpeldsp.c",
  321. "//third_party/ijkffmpeg/libavcodec/qsv_api.c",
  322. "//third_party/ijkffmpeg/libavcodec/ratecontrol.c",
  323. "//third_party/ijkffmpeg/libavcodec/raw.c",
  324. "//third_party/ijkffmpeg/libavcodec/rdft.c",
  325. "//third_party/ijkffmpeg/libavcodec/rl.c",
  326. "//third_party/ijkffmpeg/libavcodec/sbrdsp.c",
  327. "//third_party/ijkffmpeg/libavcodec/simple_idct.c",
  328. "//third_party/ijkffmpeg/libavcodec/sinewin.c",
  329. "//third_party/ijkffmpeg/libavcodec/startcode.c",
  330. "//third_party/ijkffmpeg/libavcodec/utils.c",
  331. "//third_party/ijkffmpeg/libavcodec/videodsp.c",
  332. "//third_party/ijkffmpeg/libavcodec/vorbis.c",
  333. "//third_party/ijkffmpeg/libavcodec/vorbis_data.c",
  334. "//third_party/ijkffmpeg/libavcodec/vorbis_parser.c",
  335. "//third_party/ijkffmpeg/libavcodec/vorbisdec.c",
  336. "//third_party/ijkffmpeg/libavcodec/vorbisdsp.c",
  337. "//third_party/ijkffmpeg/libavcodec/vp56rac.c",
  338. "//third_party/ijkffmpeg/libavcodec/vp8.c",
  339. "//third_party/ijkffmpeg/libavcodec/vp8_parser.c",
  340. "//third_party/ijkffmpeg/libavcodec/vp8dsp.c",
  341. "//third_party/ijkffmpeg/libavcodec/vp9.c",
  342. "//third_party/ijkffmpeg/libavcodec/vp9_parser.c",
  343. "//third_party/ijkffmpeg/libavcodec/vp9_superframe_bsf.c",
  344. "//third_party/ijkffmpeg/libavcodec/vp9_superframe_split_bsf.c",
  345. "//third_party/ijkffmpeg/libavcodec/vp9block.c",
  346. "//third_party/ijkffmpeg/libavcodec/vp9data.c",
  347. "//third_party/ijkffmpeg/libavcodec/vp9dsp.c",
  348. "//third_party/ijkffmpeg/libavcodec/vp9dsp_10bpp.c",
  349. "//third_party/ijkffmpeg/libavcodec/vp9dsp_12bpp.c",
  350. "//third_party/ijkffmpeg/libavcodec/vp9dsp_8bpp.c",
  351. "//third_party/ijkffmpeg/libavcodec/vp9lpf.c",
  352. "//third_party/ijkffmpeg/libavcodec/vp9mvs.c",
  353. "//third_party/ijkffmpeg/libavcodec/vp9prob.c",
  354. "//third_party/ijkffmpeg/libavcodec/vp9recon.c",
  355. "//third_party/ijkffmpeg/libavcodec/xiph.c",
  356. "//third_party/ijkffmpeg/libavcodec/xvididct.c",
  357. "//third_party/ijkffmpeg/libavcodec/jpegtables.c",
  358. "//third_party/ijkffmpeg/libavfilter/allfilters.c",
  359. "//third_party/ijkffmpeg/libavfilter/audio.c",
  360. "//third_party/ijkffmpeg/libavfilter/avfilter.c",
  361. "//third_party/ijkffmpeg/libavfilter/avfiltergraph.c",
  362. "//third_party/ijkffmpeg/libavfilter/buffersink.c",
  363. "//third_party/ijkffmpeg/libavfilter/buffersrc.c",
  364. "//third_party/ijkffmpeg/libavfilter/drawutils.c",
  365. "//third_party/ijkffmpeg/libavfilter/fifo.c",
  366. "//third_party/ijkffmpeg/libavfilter/formats.c",
  367. "//third_party/ijkffmpeg/libavfilter/framepool.c",
  368. "//third_party/ijkffmpeg/libavfilter/framequeue.c",
  369. "//third_party/ijkffmpeg/libavfilter/graphdump.c",
  370. "//third_party/ijkffmpeg/libavfilter/graphparser.c",
  371. "//third_party/ijkffmpeg/libavfilter/pthread.c",
  372. "//third_party/ijkffmpeg/libavfilter/transform.c",
  373. "//third_party/ijkffmpeg/libavfilter/video.c",
  374. "//third_party/ijkffmpeg/libavformat/aacdec.c",
  375. "//third_party/ijkffmpeg/libavformat/allformats.c",
  376. "//third_party/ijkffmpeg/libavformat/ape.c",
  377. "//third_party/ijkffmpeg/libavformat/apetag.c",
  378. "//third_party/ijkffmpeg/libavformat/asf.c",
  379. "//third_party/ijkffmpeg/libavformat/asfcrypt.c",
  380. "//third_party/ijkffmpeg/libavformat/asfdec_f.c",
  381. "//third_party/ijkffmpeg/libavformat/async.c",
  382. "//third_party/ijkffmpeg/libavformat/avc.c",
  383. "//third_party/ijkffmpeg/libavformat/avio.c",
  384. "//third_party/ijkffmpeg/libavformat/aviobuf.c",
  385. "//third_party/ijkffmpeg/libavformat/avlanguage.c",
  386. "//third_party/ijkffmpeg/libavformat/concatdec.c",
  387. "//third_party/ijkffmpeg/libavformat/dump.c",
  388. "//third_party/ijkffmpeg/libavformat/file.c",
  389. "//third_party/ijkffmpeg/libavformat/flac_picture.c",
  390. "//third_party/ijkffmpeg/libavformat/flacdec.c",
  391. "//third_party/ijkffmpeg/libavformat/flvdec.c",
  392. "//third_party/ijkffmpeg/libavformat/flvenc.c",
  393. "//third_party/ijkffmpeg/libavformat/format.c",
  394. "//third_party/ijkffmpeg/libavformat/hevc.c",
  395. "//third_party/ijkffmpeg/libavformat/hls.c",
  396. "//third_party/ijkffmpeg/libavformat/hlsenc.c",
  397. "//third_party/ijkffmpeg/libavformat/hlsplaylist.c",
  398. "//third_party/ijkffmpeg/libavformat/hlsproto.c",
  399. "//third_party/ijkffmpeg/libavformat/http.c",
  400. "//third_party/ijkffmpeg/libavformat/httpauth.c",
  401. "//third_party/ijkffmpeg/libavformat/id3v1.c",
  402. "//third_party/ijkffmpeg/libavformat/id3v2.c",
  403. "//third_party/ijkffmpeg/libavformat/id3v2enc.c",
  404. "//third_party/ijkffmpeg/libavformat/img2.c",
  405. "//third_party/ijkffmpeg/libavformat/isom.c",
  406. "//third_party/ijkffmpeg/libavformat/metadata.c",
  407. "//third_party/ijkffmpeg/libavformat/mov.c",
  408. "//third_party/ijkffmpeg/libavformat/mov_chan.c",
  409. "//third_party/ijkffmpeg/libavformat/mov_esds.c",
  410. "//third_party/ijkffmpeg/libavformat/movenc.c",
  411. "//third_party/ijkffmpeg/libavformat/movenccenc.c",
  412. "//third_party/ijkffmpeg/libavformat/movenchint.c",
  413. "//third_party/ijkffmpeg/libavformat/mp3dec.c",
  414. "//third_party/ijkffmpeg/libavformat/mp3enc.c",
  415. "//third_party/ijkffmpeg/libavformat/mpegts.c",
  416. "//third_party/ijkffmpeg/libavformat/mux.c",
  417. "//third_party/ijkffmpeg/libavformat/network.c",
  418. "//third_party/ijkffmpeg/libavformat/oggdec.c",
  419. "//third_party/ijkffmpeg/libavformat/oggparsecelt.c",
  420. "//third_party/ijkffmpeg/libavformat/oggparsedirac.c",
  421. "//third_party/ijkffmpeg/libavformat/oggparseflac.c",
  422. "//third_party/ijkffmpeg/libavformat/oggparseogm.c",
  423. "//third_party/ijkffmpeg/libavformat/oggparseopus.c",
  424. "//third_party/ijkffmpeg/libavformat/oggparseskeleton.c",
  425. "//third_party/ijkffmpeg/libavformat/oggparsespeex.c",
  426. "//third_party/ijkffmpeg/libavformat/oggparsetheora.c",
  427. "//third_party/ijkffmpeg/libavformat/oggparsevorbis.c",
  428. "//third_party/ijkffmpeg/libavformat/oggparsevp8.c",
  429. "//third_party/ijkffmpeg/libavformat/options.c",
  430. "//third_party/ijkffmpeg/libavformat/os_support.c",
  431. "//third_party/ijkffmpeg/libavformat/pcm.c",
  432. "//third_party/ijkffmpeg/libavformat/protocols.c",
  433. "//third_party/ijkffmpeg/libavformat/qtpalette.c",
  434. "//third_party/ijkffmpeg/libavformat/rawdec.c",
  435. "//third_party/ijkffmpeg/libavformat/rawenc.c",
  436. "//third_party/ijkffmpeg/libavformat/rawutils.c",
  437. "//third_party/ijkffmpeg/libavformat/rdt.c",
  438. "//third_party/ijkffmpeg/libavformat/replaygain.c",
  439. "//third_party/ijkffmpeg/libavformat/riff.c",
  440. "//third_party/ijkffmpeg/libavformat/riffdec.c",
  441. "//third_party/ijkffmpeg/libavformat/riffenc.c",
  442. "//third_party/ijkffmpeg/libavformat/rm.c",
  443. "//third_party/ijkffmpeg/libavformat/rmdec.c",
  444. "//third_party/ijkffmpeg/libavformat/rmsipr.c",
  445. "//third_party/ijkffmpeg/libavformat/rtmphttp.c",
  446. "//third_party/ijkffmpeg/libavformat/rtmpproto.c",
  447. "//third_party/ijkffmpeg/libavformat/rtmpdigest.c",
  448. "//third_party/ijkffmpeg/libavformat/rtmppkt.c",
  449. "//third_party/ijkffmpeg/libavformat/rtmpcrypt.c",
  450. "//third_party/ijkffmpeg/libavformat/rtmpdh.c",
  451. "//third_party/ijkffmpeg/libavformat/rtp.c",
  452. "//third_party/ijkffmpeg/libavformat/tls_openssl.c",
  453. "//third_party/ijkffmpeg/libavformat/tls.c",
  454. "//third_party/ijkffmpeg/libavformat/ijkutils.c",
  455. "//third_party/ijkffmpeg/libavformat/sdp.c",
  456. "//third_party/ijkffmpeg/libavformat/tcp.c",
  457. "//third_party/ijkffmpeg/libavformat/udp.c",
  458. "//third_party/ijkffmpeg/libavformat/url.c",
  459. "//third_party/ijkffmpeg/libavformat/urldecode.c",
  460. "//third_party/ijkffmpeg/libavformat/utils.c",
  461. "//third_party/ijkffmpeg/libavformat/vorbiscomment.c",
  462. "//third_party/ijkffmpeg/libavformat/vpcc.c",
  463. "//third_party/ijkffmpeg/libavformat/wavdec.c",
  464. "//third_party/ijkffmpeg/libavformat/oggparsedaala.c",
  465. "//third_party/ijkffmpeg/libavformat/rtsp.c",
  466. "//third_party/ijkffmpeg/libavformat/rtspdec.c",
  467. "//third_party/ijkffmpeg/libavformat/rtspenc.c",
  468. "//third_party/ijkffmpeg/libavformat/rtpproto.c",
  469. "//third_party/ijkffmpeg/libavformat/rtpdec.c",
  470. "//third_party/ijkffmpeg/libavformat/rtpdec_ac3.c",
  471. "//third_party/ijkffmpeg/libavformat/rtpdec_amr.c",
  472. "//third_party/ijkffmpeg/libavformat/rtpdec_asf.c",
  473. "//third_party/ijkffmpeg/libavformat/rtpdec_dv.c",
  474. "//third_party/ijkffmpeg/libavformat/rtpdec_g726.c",
  475. "//third_party/ijkffmpeg/libavformat/rtpdec_h261.c",
  476. "//third_party/ijkffmpeg/libavformat/rtpdec_h263.c",
  477. "//third_party/ijkffmpeg/libavformat/rtpdec_h263_rfc2190.c",
  478. "//third_party/ijkffmpeg/libavformat/rtpdec_h264.c",
  479. "//third_party/ijkffmpeg/libavformat/rtpdec_hevc.c",
  480. "//third_party/ijkffmpeg/libavformat/rtpdec_ilbc.c",
  481. "//third_party/ijkffmpeg/libavformat/rtpdec_jpeg.c",
  482. "//third_party/ijkffmpeg/libavformat/rtpdec_latm.c",
  483. "//third_party/ijkffmpeg/libavformat/rtpdec_mpa_robust.c",
  484. "//third_party/ijkffmpeg/libavformat/rtpdec_mpeg12.c",
  485. "//third_party/ijkffmpeg/libavformat/rtpdec_mpeg4.c",
  486. "//third_party/ijkffmpeg/libavformat/rtpdec_mpegts.c",
  487. "//third_party/ijkffmpeg/libavformat/rtpdec_qcelp.c",
  488. "//third_party/ijkffmpeg/libavformat/rtpdec_qdm2.c",
  489. "//third_party/ijkffmpeg/libavformat/rtpdec_qt.c",
  490. "//third_party/ijkffmpeg/libavformat/rtpdec_rfc4175.c",
  491. "//third_party/ijkffmpeg/libavformat/rtpdec_svq3.c",
  492. "//third_party/ijkffmpeg/libavformat/rtpdec_vc2hq.c",
  493. "//third_party/ijkffmpeg/libavformat/rtpdec_vp8.c",
  494. "//third_party/ijkffmpeg/libavformat/rtpdec_vp9.c",
  495. "//third_party/ijkffmpeg/libavformat/rtpdec_xiph.c",
  496. "//third_party/ijkffmpeg/libavformat/rtpenc_chain.c",
  497. "//third_party/ijkffmpeg/libavformat/srtp.c",
  498. "//third_party/ijkffmpeg/libavutil/adler32.c",
  499. "//third_party/ijkffmpeg/libavutil/aes.c",
  500. "//third_party/ijkffmpeg/libavutil/aes_ctr.c",
  501. "//third_party/ijkffmpeg/libavutil/audio_fifo.c",
  502. "//third_party/ijkffmpeg/libavutil/avstring.c",
  503. "//third_party/ijkffmpeg/libavutil/base64.c",
  504. "//third_party/ijkffmpeg/libavutil/blowfish.c",
  505. "//third_party/ijkffmpeg/libavutil/bprint.c",
  506. "//third_party/ijkffmpeg/libavutil/buffer.c",
  507. "//third_party/ijkffmpeg/libavutil/camellia.c",
  508. "//third_party/ijkffmpeg/libavutil/cast5.c",
  509. "//third_party/ijkffmpeg/libavutil/channel_layout.c",
  510. "//third_party/ijkffmpeg/libavutil/color_utils.c",
  511. "//third_party/ijkffmpeg/libavutil/cpu.c",
  512. "//third_party/ijkffmpeg/libavutil/crc.c",
  513. "//third_party/ijkffmpeg/libavutil/des.c",
  514. "//third_party/ijkffmpeg/libavutil/dict.c",
  515. "//third_party/ijkffmpeg/libavutil/display.c",
  516. "//third_party/ijkffmpeg/libavutil/downmix_info.c",
  517. "//third_party/ijkffmpeg/libavutil/encryption_info.c",
  518. "//third_party/ijkffmpeg/libavutil/error.c",
  519. "//third_party/ijkffmpeg/libavutil/eval.c",
  520. "//third_party/ijkffmpeg/libavutil/fifo.c",
  521. "//third_party/ijkffmpeg/libavutil/file.c",
  522. "//third_party/ijkffmpeg/libavutil/file_open.c",
  523. "//third_party/ijkffmpeg/libavutil/fixed_dsp.c",
  524. "//third_party/ijkffmpeg/libavutil/float_dsp.c",
  525. "//third_party/ijkffmpeg/libavutil/frame.c",
  526. "//third_party/ijkffmpeg/libavutil/hash.c",
  527. "//third_party/ijkffmpeg/libavutil/hmac.c",
  528. "//third_party/ijkffmpeg/libavutil/hwcontext.c",
  529. "//third_party/ijkffmpeg/libavutil/imgutils.c",
  530. "//third_party/ijkffmpeg/libavutil/integer.c",
  531. "//third_party/ijkffmpeg/libavutil/intmath.c",
  532. "//third_party/ijkffmpeg/libavutil/lfg.c",
  533. "//third_party/ijkffmpeg/libavutil/lls.c",
  534. "//third_party/ijkffmpeg/libavutil/log.c",
  535. "//third_party/ijkffmpeg/libavutil/log2_tab.c",
  536. "//third_party/ijkffmpeg/libavutil/application.c",
  537. "//third_party/ijkffmpeg/libavutil/mastering_display_metadata.c",
  538. "//third_party/ijkffmpeg/libavutil/mathematics.c",
  539. "//third_party/ijkffmpeg/libavutil/md5.c",
  540. "//third_party/ijkffmpeg/libavutil/mem.c",
  541. "//third_party/ijkffmpeg/libavutil/murmur3.c",
  542. "//third_party/ijkffmpeg/libavutil/opt.c",
  543. "//third_party/ijkffmpeg/libavutil/parseutils.c",
  544. "//third_party/ijkffmpeg/libavutil/pixdesc.c",
  545. "//third_party/ijkffmpeg/libavutil/pixelutils.c",
  546. "//third_party/ijkffmpeg/libavutil/random_seed.c",
  547. "//third_party/ijkffmpeg/libavutil/rational.c",
  548. "//third_party/ijkffmpeg/libavutil/rc4.c",
  549. "//third_party/ijkffmpeg/libavutil/reverse.c",
  550. "//third_party/ijkffmpeg/libavutil/ripemd.c",
  551. "//third_party/ijkffmpeg/libavutil/samplefmt.c",
  552. "//third_party/ijkffmpeg/libavutil/sha.c",
  553. "//third_party/ijkffmpeg/libavutil/sha512.c",
  554. "//third_party/ijkffmpeg/libavutil/slicethread.c",
  555. "//third_party/ijkffmpeg/libavutil/spherical.c",
  556. "//third_party/ijkffmpeg/libavutil/stereo3d.c",
  557. "//third_party/ijkffmpeg/libavutil/tea.c",
  558. "//third_party/ijkffmpeg/libavutil/threadmessage.c",
  559. "//third_party/ijkffmpeg/libavutil/time.c",
  560. "//third_party/ijkffmpeg/libavutil/timecode.c",
  561. "//third_party/ijkffmpeg/libavutil/tree.c",
  562. "//third_party/ijkffmpeg/libavutil/twofish.c",
  563. "//third_party/ijkffmpeg/libavutil/utils.c",
  564. "//third_party/ijkffmpeg/libavutil/dns_cache.c",
  565. "//third_party/ijkffmpeg/libavutil/xtea.c",
  566. "//third_party/ijkffmpeg/libswresample/audioconvert.c",
  567. "//third_party/ijkffmpeg/libswresample/dither.c",
  568. "//third_party/ijkffmpeg/libswresample/options.c",
  569. "//third_party/ijkffmpeg/libswresample/rematrix.c",
  570. "//third_party/ijkffmpeg/libswresample/resample.c",
  571. "//third_party/ijkffmpeg/libswresample/resample_dsp.c",
  572. "//third_party/ijkffmpeg/libswresample/swresample.c",
  573. "//third_party/ijkffmpeg/libswresample/swresample_frame.c",
  574. "//third_party/ijkffmpeg/libswscale/alphablend.c",
  575. "//third_party/ijkffmpeg/libswscale/gamma.c",
  576. "//third_party/ijkffmpeg/libswscale/hscale.c",
  577. "//third_party/ijkffmpeg/libswscale/hscale_fast_bilinear.c",
  578. "//third_party/ijkffmpeg/libswscale/input.c",
  579. "//third_party/ijkffmpeg/libswscale/options.c",
  580. "//third_party/ijkffmpeg/libswscale/output.c",
  581. "//third_party/ijkffmpeg/libswscale/rgb2rgb.c",
  582. "//third_party/ijkffmpeg/libswscale/slice.c",
  583. "//third_party/ijkffmpeg/libswscale/swscale.c",
  584. "//third_party/ijkffmpeg/libswscale/swscale_unscaled.c",
  585. "//third_party/ijkffmpeg/libswscale/utils.c",
  586. "//third_party/ijkffmpeg/libswscale/vscale.c",
  587. "//third_party/ijkffmpeg/libswscale/yuv2rgb.c",
  588. ]
  589. include_dirs = [
  590. "//third_party/ijkffmpeg/",
  591. "//third_party/ijkffmpeg/libavformat/",
  592. "//third_party/ijkffmpeg/libavcodec/",
  593. "//third_party/ijkffmpeg/libswresample/",
  594. "//third_party/ijkffmpeg/libavfilter/",
  595. "//third_party/ijkffmpeg/libswscale/",
  596. "${target_gen_dir}/include/",
  597. "//third_party/openssl/include"
  598. ]
  599. deps = [ ":gen_config_header" ]
  600. configs = [ ":ijkffmpeg_config" ]
  601. }
  602. action("gen_config_header") {
  603. script = "//third_party/ijkffmpeg/ohos_ijkffmpeg_config.sh"
  604. args = [
  605. rebase_path("//third_party/ijkffmpeg", root_build_dir),
  606. rebase_path("${target_gen_dir}/include/", root_build_dir),
  607. ]
  608. outputs = [ "${target_gen_dir}/include/config.h" ]
  609. }
  610. ohos_executable("ijkffmpeg") {
  611. sources = [
  612. "//third_party/ijkffmpeg/test.cpp",
  613. ]
  614. deps = [ "//third_party/ijkffmpeg:biliffmpeg"]
  615. subsystem_name = "ijkffmpeg"
  616. part_name = "ijkffmpeg"
  617. output_name = "ijkffmpeg"
  618. }
  619. ohos_shared_library("biliffmpeg") {
  620. deps = [ ":ijkffmpeg_dynamic","//third_party/openssl:libcrypto_static", "//third_party/openssl:ssl_source",]
  621. part_name = "ijkffmpeg"
  622. output_name = "ijkffmpeg"
  623. }