|
1 | 1 |
|
2 | | -'''ffmpeg_header_paths = [ |
3 | | - "libavutil/hwcontext.h", |
4 | | - "libavutil/time.h", |
5 | | - "libavutil/hwcontext_cuda.h", |
6 | | - "libavutil/intfloat.h", |
7 | | - "libavutil/error.h", |
8 | | - "libavutil/fifo.h", |
9 | | - "libavutil/blowfish.h", |
10 | | - "libavutil/hwcontext_mediacodec.h", |
11 | | - "libavutil/replaygain.h", |
12 | | - "libavutil/version.h", |
13 | | - "libavutil/murmur3.h", |
14 | | - "libavutil/stereo3d.h", |
15 | | - "libavutil/samplefmt.h", |
16 | | - "libavutil/pixdesc.h", |
17 | | - "libavutil/base64.h", |
18 | | - "libavutil/rational.h", |
19 | | - "libavutil/sha.h", |
20 | | - "libavutil/motion_vector.h", |
21 | | - "libavutil/avconfig.h", |
22 | | - "libavutil/lfg.h", |
23 | | - "libavutil/avutil.h", |
24 | | - "libavutil/xtea.h", |
25 | | - "libavutil/crc.h", |
26 | | - "libavutil/hwcontext_vdpau.h", |
27 | | - "libavutil/frame.h", |
28 | | - "libavutil/file.h", |
29 | | - "libavutil/md5.h", |
30 | | - "libavutil/cast5.h", |
31 | | - "libavutil/hwcontext_vaapi.h", |
32 | | - "libavutil/spherical.h", |
33 | | - "libavutil/ffversion.h", |
34 | | - "libavutil/audio_fifo.h", |
35 | | - "libavutil/tree.h", |
36 | | - "libavutil/threadmessage.h", |
37 | | - "libavutil/attributes.h", |
38 | | - "libavutil/adler32.h", |
39 | | - "libavutil/hwcontext_d3d11va.h", |
40 | | - "libavutil/timecode.h", |
41 | | - "libavutil/sha512.h", |
42 | | - "libavutil/hwcontext_dxva2.h", |
43 | | - "libavutil/display.h", |
44 | | - "libavutil/buffer.h", |
45 | | - "libavutil/camellia.h", |
46 | | - "libavutil/pixelutils.h", |
47 | | - "libavutil/hwcontext_drm.h", |
48 | | - "libavutil/common.h", |
49 | | - "libavutil/hmac.h", |
50 | | - "libavutil/eval.h", |
51 | | - "libavutil/dict.h", |
52 | | - "libavutil/random_seed.h", |
53 | | - "libavutil/opt.h", |
54 | | - "libavutil/mastering_display_metadata.h", |
55 | | - "libavutil/log.h", |
56 | | - "libavutil/aes.h", |
57 | | - "libavutil/macros.h", |
58 | | - "libavutil/bswap.h", |
59 | | - "libavutil/rc4.h", |
60 | | - "libavutil/tea.h", |
61 | | - "libavutil/cpu.h", |
62 | | - "libavutil/lzo.h", |
63 | | - "libavutil/des.h", |
64 | | - "libavutil/channel_layout.h", |
65 | | - "libavutil/encryption_info.h", |
66 | | - "libavutil/twofish.h", |
67 | | - "libavutil/imgutils.h", |
68 | | - "libavutil/hwcontext_videotoolbox.h", |
69 | | - "libavutil/mem.h", |
70 | | - "libavutil/parseutils.h", |
71 | | - "libavutil/ripemd.h", |
72 | | - "libavutil/bprint.h", |
73 | | - "libavutil/hwcontext_qsv.h", |
74 | | - "libavutil/pixfmt.h", |
75 | | - "libavutil/aes_ctr.h", |
76 | | - "libavutil/timestamp.h", |
77 | | - "libavutil/downmix_info.h", |
78 | | - "libavutil/avassert.h", |
79 | | - "libavutil/hash.h", |
80 | | - "libavutil/mathematics.h", |
81 | | - "libavutil/intreadwrite.h", |
82 | | - "libavutil/avstring.h", |
83 | | - "libavformat/version.h", |
84 | | - "libavformat/avio.h", |
85 | | - "libavformat/avformat.h", |
86 | | - "libavcodec/adts_parser.h", |
87 | | - "libavcodec/avcodec.h", |
88 | | - "libavcodec/version.h", |
89 | | - "libavcodec/vdpau.h", |
90 | | - "libavcodec/qsv.h", |
91 | | - "libavcodec/vaapi.h", |
92 | | - "libavcodec/videotoolbox.h", |
93 | | - "libavcodec/xvmc.h", |
94 | | - "libavcodec/mediacodec.h", |
95 | | - "libavcodec/d3d11va.h", |
96 | | - "libavcodec/avfft.h", |
97 | | - "libavcodec/jni.h", |
98 | | - "libavcodec/dirac.h", |
99 | | - "libavcodec/avdct.h", |
100 | | - "libavcodec/ac3_parser.h", |
101 | | - "libavcodec/vorbis_parser.h", |
102 | | - "libavcodec/dxva2.h", |
103 | | - "libavcodec/dv_profile.h", |
104 | | - "libswresample/version.h", |
105 | | - "libswresample/swresample.h", |
106 | | -]''' |
107 | | - |
108 | | - |
109 | 2 | ffmpeg_header_paths = [ |
110 | 3 | "libavutil/hwcontext.h", |
111 | 4 | "libavutil/time.h", |
|
0 commit comments