[DEBUG] missing some files
This commit is contained in:
parent
fb15653dc5
commit
616e5ef284
18
generated/bsf_list.c
Normal file
18
generated/bsf_list.c
Normal file
@ -0,0 +1,18 @@
|
||||
static const AVBitStreamFilter *bitstream_filters[] = {
|
||||
&ff_aac_adtstoasc_bsf,
|
||||
&ff_chomp_bsf,
|
||||
&ff_dump_extradata_bsf,
|
||||
&ff_dca_core_bsf,
|
||||
&ff_h264_mp4toannexb_bsf,
|
||||
&ff_hevc_mp4toannexb_bsf,
|
||||
&ff_imx_dump_header_bsf,
|
||||
&ff_mjpeg2jpeg_bsf,
|
||||
&ff_mjpega_dump_header_bsf,
|
||||
&ff_mp3_header_decompress_bsf,
|
||||
&ff_mpeg4_unpack_bframes_bsf,
|
||||
&ff_mov2textsub_bsf,
|
||||
&ff_noise_bsf,
|
||||
&ff_remove_extradata_bsf,
|
||||
&ff_text2movsub_bsf,
|
||||
&ff_vp9_superframe_bsf,
|
||||
NULL };
|
13
generated/protocol_list.c
Normal file
13
generated/protocol_list.c
Normal file
@ -0,0 +1,13 @@
|
||||
static const URLProtocol *url_protocols[] = {
|
||||
&ff_ffrtmphttp_protocol,
|
||||
&ff_file_protocol,
|
||||
&ff_hls_protocol,
|
||||
&ff_http_protocol,
|
||||
&ff_mmsh_protocol,
|
||||
&ff_mmst_protocol,
|
||||
&ff_rtmp_protocol,
|
||||
&ff_rtmpt_protocol,
|
||||
&ff_rtp_protocol,
|
||||
&ff_tcp_protocol,
|
||||
&ff_udp_protocol,
|
||||
NULL };
|
@ -979,7 +979,8 @@ def configure(target, my_module):
|
||||
|
||||
#TODO : this is bad ...
|
||||
my_module.add_header_file([
|
||||
'ffmpeg/libavcodec/bsf_list.c',
|
||||
#'ffmpeg/libavcodec/bsf_list.c',
|
||||
'generated/bsf_list.c',
|
||||
],
|
||||
destination_path="libavcodec")
|
||||
"""
|
||||
|
@ -461,7 +461,8 @@ def configure(target, my_module):
|
||||
])
|
||||
#TODO : this is bad ...
|
||||
my_module.add_header_file([
|
||||
'ffmpeg/libavformat/protocol_list.c',
|
||||
#'ffmpeg/libavformat/protocol_list.c',
|
||||
'generated/protocol_list.c',
|
||||
],
|
||||
destination_path="libavformat")
|
||||
my_module.compile_version("c", 1999)
|
||||
|
Loading…
Reference in New Issue
Block a user